
A:link {
color : #68635D;
background : transparent;
font-family: verdana; 
font-size: 10px; 
font-weight: bold;
text-decoration : none;} 

A:visited {
color : #68635D;
background : transparent;
font-family: verdana; 
font-size: 10px; 
font-weight: bold;
text-decoration : none;}

A:hover {
color : white;
background : transparent;
text-decoration : none;}  


.style1 {font-family: verdana; font-size: 10px; font-weight: bold; color: #cccccc;}  /* small bold gray for links*/
.style2 {font-family: verdana; font-size: 10px; color: #ffffff;}                     /* small white */
.style3 {font-family: verdana; font-size: 13px; font-weight: bold; color: #4F3E2E;}  /* large bold white */
.style4 {font-family: verdana; font-size: 13px; font-weight: bold; color: #000000;}  /* large bold black */
.style5 {font-family: verdana; font-size: 13px; color: #ffffff;}  /* large white */
.style6 {font-family: Verdana; font-size: 16px; color: #ffffff;}
A.style5:link {
 color : #68635D;
 background : transparent;
 font-family: verdana; 
 font-size: 13px; 
 font-weight: bold;
 text-decoration : none;}  /* large white */
 
 A.style5:visited {
 color : #68635D;
 background : transparent;
 font-family: verdana; 
 font-size: 13px; 
 font-weight: bold;
 text-decoration : none;}
 
 A.style5:hover {
 color : black;
 background : transparent;
 font-family: verdana; 
 font-size: 13px; 
 font-weight: bold;
 text-decoration : none;}

body {
background-color: #cccccc;
scrollbar-3dlight-color: #7B623D; 
scrollbar-arrow-color: #66CCFF; 
scrollbar-darkshadow-color: #7B623D; 
scrollbar-face-color: #8E979B; 
scrollbar-highlight-color: #7B623D; 
scrollbar-shadow-color: #7B623D; 
scrollbar-track-color: #A49887;
margin: 0px;

}


HR {
    height:1px;
    border:none 0;
    width:100%;
    background:#ffffff;  
   }