/* CSS Document */
#navigation .title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-style: normal;
	font-weight: bold;
	background-color: #CCCCCC;
}
#navigation {
	background-color: #99CCFF;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #003366;
}


.first {
	color: #006600;
	background-color: #66FF99;
	font-size: 1.2em;
	font-weight: bold;
}
.second {
	color: #CC6600;
	background-color: #CCCC99;
	font-size: 1.2em;
	font-weight: bold;
}
.third {

	color: #6633FF;
	background-color: #9999FF;
	font-size: 1.2em;
	font-weight: bold;
}
.zero {


	color: #333333;
	background-color: #CCCCCC;
	font-size: 1.2em;
	font-weight: bold;
}
