@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFCC00;color: #000000;
}
.font3 {
	font-size: 14px;
	line-height:18px;
	}
.font2 {
	font-size: 18px;
	line-height:26px;
	}
a:link {
	background-color:#FFCC00; color: #000000;
	text-decoration:underline;
}
a:visited {
	text-decoration:underline;
	background-color:#FFCC00; color: #000000;
}
a:hover {
	text-decoration: none;
	background-color:#FFCC00; color: #FF0000;
}
a:active {
	text-decoration: none;
}
.header {
	font-size: 20px;
	font-weight: bold;
}
.imgBorder {
	border:#000000 solid 2px;
}
.clickIm > a img {
	text-decoration:none;
	border: 0px;
	margin: 3px;
}
.clickIm > a:hover img {
	text-decoration:none;
	border:#FF0000 3px solid;
	margin:0;
	
}