/* CSS Document */

body {

margin: 0px;

}



a:link {

color: #0b8787;

font-weight: normal;

text-decoration: underllne;

}



a:visited {

color: #0b8787;

font-weight: normal;

text-decoration: underline;

}



a:hover {

color: #c96420;

font-weight: normal;

text-decoration: underline;

}



p {

font-family: Verdana, Arial, Helvetica, sans-serif;

font-size: 12px;

line-height: 130%;

/*  color: #7E7A67;  */
color: #333;
}



/* FOOTER TEXT */



.finetext {

font-family: Verdana, Arial, Helvetica, sans-serif;

text-decoration: none;

font-size: 9px;

color: #666666;

}







