body {
color: black;
font-family: verdana;
font-size: 10px;
text-align: justify;
}

body {
scrollbar-face-color: white;
scrollbar-highlight-color: cornflowerblue;
scrollbar-3dlight-color: white;
scrollbar-darkshadow-color: white;
scrollbar-shadow-color: cornflowerblue;
scrollbar-arrow-color: cornflowerblue;
scrollbar-track-color: white;
}

a:link {
color: white; 
font-size: 10px;
font-family: verdana;
text-decoration: none;
}

a:visited {
font-size: 10px;
color: white;
font-family: verdana;
text-decoration: none;
}

a:active {
font-size: 10px;
color: white;
font-family: verdana;
text-decoration: none;
}

a:hover {
font-size: 10px;
color: white;
font-family: verdana;
text-decoration: overline underline;
}

textarea, input, select {
background:#ffffff;   
font-family: verdana; 
font-weight: normal; 
font-size: 12px;  
color: cornflowerblue;  
border-color: cornflowerblue; 
border-style: solid; 
border-top-width: 1px; 
border-left-width: 1px;
border-right-width: 1px; 
border-bottom-width: 1px; 
}