h1 {
	font-size: large;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold
}


body {
	background-color: teal;
	font-family: Verdana;
	font-size: small;
	color: ThreedFace;	
	scrollbar-face-color: Gray;
	scrollbar-shadow-color: Silver;
	scrollbar-3dlight-color: Silver;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: #000000; 
	}
	
	
	
a {
	color: threedface;
	font-weight: bold;
	text-decoration: none;
}

A:HOVER {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
	
input {
	background: #CCCCCC;
	font-weight: bold;
	font-size: xx-small;
}

textarea {
	background: #CCCCCC;
	font-family: Verdana;
	font-weight: bold;
	font-size: xx-small;
}

