/* CSS Document */
.style1 {
	color: #99CC00;
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.style2 {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.style3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999900;
}
.style4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999900;
	font-weight: bold;
}
#divos {
width:100%;
text-align:center;
font-size:14px;

}
body {
text-align:center;
background:url(images/bg.gif);
background-color:999900;
}

