/* style.css -  style sheet */

body {
background: #009900;
}


.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
.style2 {color: #FFFF00}
.style5 {
	color: #FFFFFF;
	font-size: 14px;
}
.style7 {color: #FFFFFF; font-weight: bold; }
.style8 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style9 {color: #FFFFFF}
.style12 {
	color: #CCCCCC;
	font-size: 18px;
}
.style14 {font-size: 18px}
.style15 {color: #FFFFFF; font-size: 18px; }
.style17 {
	font-size: 24px;
	color: #0000A0;
	font-weight: bold;
} 