BODY {
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    background-color: #ffffff;
    WORD-SPACING: normal;
    scrollbar-arrow-color: gray;
	scrollbar-base-color: whitesmoke;
	scrollbar-face-color: whitesmoke;
	scrollbar-3dlight-color: whitesmoke;
	scrollbar-darkshadow-color: gray;
	scrollbar-shadow-color: whitesmoke;
	}

select {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #000000;
	}

INPUT {
	border: DarkGray 1px solid;
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #000000;
	background : #FFFFFF;
	}

.button {  
	background-color: #d4d0c8
	}
	
.checkbox {  
	background-color: WhiteSmoke;
	border: DarkGray 1px solid;
	}	

textarea {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #000000;
	border: DarkGray; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
	}

A:link	{	
	font-family: Verdana, Arial;
	font-size:	12px;
	color:	#0253FD;
	text-decoration:	none;
	}	
		
A:visited	{	
	font-family: Verdana, Arial;
	text-decoration:	none;
	font-size:	12px;
	color:	#0253FD;
	}	
		
A:active	{	
	font-family: Verdana, Arial;
	text-decoration:	none;
	font-size:	12px;
	color:	#0253FD;
	}	
		
A:hover	{	
	font-family: Verdana, Arial;
	text-decoration:	none;
	font-size:	12px;
	color:	cornflowerblue;
	}
	
H1	{	
	font-family: Verdana, Arial;
	color:	gray;
	font-size:	0.95em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing: normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial;
	color:	silver;
	font-size:	0.8em;
	font-weight:	200;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}
