/* default */
body {
	background-color: #ffea9c;
	font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: normal;
}

.normalblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

.normalorange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fe9e0a;
	font-weight: bold;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	font-weight: normal;
}

.topthumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;

}

.gallerylink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
	font-weight: bold;

}

.gallerylinkred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
}

.smalllink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;


}
a:hover {
	color: #FF0000;
}
a:visited {
	color: #0000FF;
}

a:hover img {
	border-color: #FF0000;
}
a:visited img {
	border-color: #0000FF;
}
img {
	border-color: #000000;
}


