 .text {
 text-decoration: none;
 color: #ffffff;
 font-family: verdana;
 font-weight: normal; 
 font-size: 10px; 
 text-align: justify;
 }
 
 .menu {
 text-decoration: none;
 color: #ffcc66;
 font-family: verdana;
 font-weight: bold; 
 font-size: 10px; 
 text-align: center;
 } 

 blockquote {
 text-decoration: none;
 color: #ffffff;
 font-family: verdana; 
 font-weight: normal; 
 font-size: 10px; 					
 text-align: justify;
 }

 A:visited  {
  text-decoration: none;
 color: #ffcc66;
 }
 
A:link  {
  text-decoration: none;
 color: #ffcc66;
 } 
 
A:hover {
  text-decoration: none;
 color: #ffcc66;
 } 
 
 A:active {
 text-decoration: none;
 color: #ffcc66;
 }


BODY,IMG,A {
scrollbar-face-color: #233437; 
scrollbar-shadow-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF; 
scrollbar-3dlight-color: #FFFFFF;
scrollbar-darkshadow-color: #37505A; 
scrollbar-track-color: #000000;
scrollbar-arrow-color: #FFFFFF; 
cursor:crosshair}