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

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color:#600;
	text-decoration: underline;
}
a:active {
	color: #996633;
	text-decoration: none;
}
body,td,th {
	font-family: Comic Sans MS, cursive;
}
.footer {
	font-family: Verdana, Geneva, sans-serif;
	color:#333;
	font-size:9px;
	text-align:center;
	
}.bold {
	font-weight: bold;
}
