<style type="text/css">

a.links:hover {color: #FFFFFF}
a.links:hover {background-color: #0000FF}

a.links2:hover {color: #FFFFFF}
a.links2:hover {background-color: #0000FF}


html {
   font-size: 12px;
   color: #000000;
   font-weight: normal;
   text-decoration: none;
}
table {
   font-size: 14px;
   color: #000000;
   font-weight: normal;
   text-decoration: none;
}
.links{
   color: #FFFFFF;
   font-weight: bold;
   background-color: #CC0000;
   text-decoration: none;
}

.links2{
   color: #FFFFFF;
   font-weight: bold;
   background-color: #0000FF;
   text-decoration: none;
}


.text1{
   border-width: 0px;
   font-size: 31px;
   color: #000000;
   font-weight: bold;
   background-color: #FFFFFF;
   text-decoration: none;
}
.text3{
   font-size: 14px;
   color: #FFFFFF;
   font-weight: bold;
   background-color: #0000FF;
   text-decoration: none;
}
.text{
   font-size: 14px;
   color: #0000FF;
   font-weight: bold;
   background-color: #FFFFFF;
   text-decoration: none;
}
button {
background: #222222;
width:50px;
border:solid #333333;
border-width: 1px;
font-size: 14px;
color: #999999;
}

</style>


