BODY{
background-color : #ffffff;
font-family : "Trebuchet MS", Arial, Verdana;
font-size : 100%;
color: #826D3B;
}
 
/* normal link colors */
A:LINK {
color : #

8000ff;
font-weight: none;
text-decoration : none;
}
A:VISITED {
color : #2000ff;
font-weight: none;
text-decoration : none;
}
A:HOVER {
color : #600060;
font-weight: bold;
text-decoration : underline;
}
A:ACTIVE {
color : #ff0080;
text-decoration : bold;
}
