/* CSS Document */

body 
{
 margin: 0px 0px 0px 0px;
 background-color: #ffffff;
}

td 
{
 font: 8pt verdana,arial,sans-serif;
 text-align: center;
}

.blueish 
{
 background: url("bg3.jpg") no-repeat;
 height: 41px;
 width: 120px;
}

.blueish a:hover 
{
 text-decoration: none;
 color:#000000;
 font-style: italic;
 font-size: 120%;
 font-weight: bold;
}

.blueish a:active 
{
 color: #000000;
}

a:hover
{
text-decoration: none;
 color:#000000;
 font-style: italic;
 font-size: 120%;
 font-weight: bold;
}

a:link
{
 text-decoration: none;
 color: #000000;
}
a:visited
{
 text-decoration: none;
 color: #000000;
}

.bright {
 text-align: center;
 font-weight: bold;
}

#mast {
 width: 100%;
 margin: 0px;
 text-align: center;
}


