/* CSS Document */

.stylemaxo1
{
color:#FFFFFF;
font-family:Verdana;
font-size:13px;
text-decoration:none;
}
.stylemaxo1:hover
{
color:#FFFF00;
font-family:Verdana;
font-size:13px;
text-decoration:underline;
}
.stylemaxo2
{
color: #990000;
font-family: Verdana;
font-size:12px; font-weight:bold;

}
.stylemaxo3
{
color: #333333;
font-family: Verdana;
font-size:11px;
}

.stylelink
{
color: #0000FF;
font-family:Verdana;
font-size:13px;
text-decoration:none;
}
.stylelink:hover
{
color: #FF0000;
font-family:Verdana;
font-size:13px;
text-decoration: none;
}