@import url("stylesheet2.css");





body {
 font-family: "Verdana", "Arial", "Helvetica", sans-serif;
 font-size: 8pt;
 color: #000000;


}


a:link{
 color: #006699;
 text-decoration: none;
}


a:visited{
 color: #006699;
 text-decoration: none;
}


a:hover{
 color: #999999;
 text-decoration: none;
}


a:active{
 color: #000000;
}









