body { /* this is the entire page */
    background-image: url(images/gradient.gif); background-position: center; background-repeat: repeat-y; font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	background-color: #c0bcad; 
	scrollbar-base-color: #FFFFFF; scrollbar-arrow-color: #FFFFFF; scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-face-color: #1B5790; scrollbar-highlight-color: #c0bcad; scrollbar-shadow-color: #c0bcad; scrollbar-track-color: #ece7d3;
}
	
a { 
    text-decoration: none;
    border-bottom: none;
}

a:hover {
    background-color: #777;
    color: #fff; 
}

.nohover a:hover { background-color: transparent; }