A:LINK {
    color: 202534;
    text-decoration: underline;
    font-weight:bold;

}

A:VISITED {
    color: 202534;
    text-decoration: none;
    font-weight:bold;

}

A:ACTIVE {
    color: 202534;
    text-decoration: none;
    font-weight:bold;

}

A:HOVER {
    color: ffffff;
    text-decoration: underline;
    }

BODY {
    scrollbar-face-color: 607877;
    scrollbar-highlight-color: 607877;
    scrollbar-3dlight-color: 607877;
    scrollbar-darkshadow-color: 607877;
    scrollbar-shadow-color: 607877;
    scrollbar-arrow-color: 11253B;
    scrollbar-track-color: 607877;
    }

FONT {
font-family: geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; 
font-size: 14px; 
color: #202534; }
    }

.text {  
font-family: geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; 
font-size: 14px; 
color: #202534; }

.small {  
font-family: geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; 
font-size: 10px; 
color: #202534; }

.copyright {  
font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; 
font-size: 10px; 
color: #202534; }

/* Form elements */
input,textarea, select {
	color : #06334a;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #8AA1AB;
}

/* The text input fields background colour */
input, textarea, select {
	background-color : #90B4C4;
}	