@charset "utf-8";
/* CSS Document */

body {
	background-color: #0E1410;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.smallertext {
	font-size: 10px;
	color: #FBFFFF;
}
.maintext {
	color: #FFFFFF;
	font-size: 16px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

IMG.img-thumbnail { border: 2px solid #00b2ee; }