body {
 margin: 0px;
 padding: 0px;
 background: url('/site/images/bg.jpg');
 background-repeat: repeat-x;
 background-color: white;
 color: #000000;
 font-family:  Arial;

 font-size: 13px;
}

a:active {
}
a:link { 
 color:#003366;
 text-decoration: none;
}
a:visited { 
 color: #006699;
 text-decoration: none;
}
a:hover {
 text-decoration: none;
 color: #CC0000;
}
a:focus {
 color: #FF0000;
 text-decoration: none;
}

ul {
list-style: disc;  
 font-family:  Arial;

 font-size: 13px; }


#textt {
 position: absolute;
 width: 150px;
 left: 5px;
 top: 100px;
 padding: 0px;
 line-height: 15px;
 font-family:  serif;
 font-weight: bold;
 font-size: 0.8em;
 color: White;
 border-style: none;
color: #000000;

}


p {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 color: #000000;
 padding-right: 8pt;
 font-family:  Arial;


}
