

A:LINK {
	text-decoration: underline;
	color : blue;
}

a:hover{
text-decoration: none;
color: white;
background: #CC3333;
}





BODY { background-image: url(../images/top.gif); 
      background-repeat: no-repeat; 
     background-attachment: fixed; 
scrollbar-arrow-color:#CC3333; scrollbar-base-color:#CC3333; scrollbar-darkshadow-color:#CC3333; scrollbar-face-color:#DED7C7; scrollbar-highlight-color:#FFFFFF; scrollbar-shadow-color:#000000; }
