body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
HR {
	WIDTH: 98%; BORDER: #F5F5F5 1px solid;
}

a, a:link, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #3F67F3;
    text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
.mc_thumbnail_cell {/* cell displayed in graphic view and containing image thumbnail, filename, description */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 4px 4px 8px 4px;
	border-style: solid;
	border-color: #DDDDDD;
	text-align: center;
	vertical-align: top;
}
.mc_thumb_border {/* border of thumbnail */
	padding: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	margin: 1px 1px 1px 1px;
}
.mc_link_size {/* links to original/resized image displayed under thumbnail in graphic */
	font-size: 20px;
	text-decoration: underline;
	color: #333366;
	text-align: center;
}
.mc_filename {/* filename displayed under image thumbnail in graphic */
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.mc_image_desc {/* description (from textfile or exif) displayed under image thumbnail in graphic */
	color: #555555;
	text-align: center;
}
.mc_pages_navigator {/* pager */
	font-size: 20px;
	color: #003366;
	text-align: center;
}
.mc_header {/* page title line - graphic/image name (or description) */
	font-size: 18px;
	font-weight: bold;
	color: #000000;

}
.mc_comment {/* string under page title - graphic/image description */
	font-size: 12px;
	color: #555555;
	margin-bottom: 3px;
	margin-left: 20px;
	margin-right: 20px;
}
.mc_thumb_graphic_name {/* graphic name shown on the right of graphic thumbnail */
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.mc_thumb_graphic_desc {/* graphic decsription shown on the right of graphic thumbnail */
	font-size: 12px;
	color: #555555;
}
.mc_bigimage {/* style for big version of image */
	padding: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #444444;
	margin: 5px;
	text-align: center;
}
.mc_container_navig {/* links to next/previous images displayed at the page vith big version of image */
	font-size: 16px;
	text-decoration: underline;
}
.mc_toppest_navig {/* style for a div containing top navigational links - to parent graphics and next/prev images */
	color: #555555;
	background-color: #FAFBFB;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 5px;
}
.mc_hotkey_tip {/* tips beside links to next/previous images */
	font-size: 16px;
	color: #BBBBBB;
}