/*Body text*/

body { 
/*Scrollbar*/
SCROLLBAR-FACE-COLOR : #DFC99C;
SCROLLBAR-SHADOW-COLOR : #663300;
SCROLLBAR-3DLIGHT-COLOR : #333333;
SCROLLBAR-TRACK-COLOR : #663300;
SCROLLBAR-DARKSHADOW-COLOR : #000000;
SCROLLBAR-BASE-COLOR : #CCFFCC;

/******LINKS******/

/*Regular Links*/
a {  font-family: Times New Roman, Times, serif; 
font-size: 10px; 
font-style: normal; 
line-height: normal; 
font-weight: bold; 
font-variant: normal; 
color: #000000; 
text-decoration: none;}
a:link {text-decoration: none; font-weight: bold; color:#000000;font-family: Times New Roman, Times, serif;}
a:visited {text-decoration: none; font-weight: bold; color:#000000;font-family: Times New Roman, Times, serif;}
a:active{text-decoration: none; font-weight: bold; color: #663300;font-family: Times New Roman, Times, serif;}
a:hover{text-decoration: underline; font-weight: bold; color:#333333;font-family: Times New Roman, Times, serif;}