/* Forms */
input, textarea { background: #fafafa; border-color: #aaa #ddd #ddd #aaa; border-style: solid; border-width: 1px; color: #444; font-size: 14px; }
input, textarea { font-family: Cambria, Georgia, "Times New Roman", Times, serif; padding: 3px; }
button { font-size: 12px; padding: 2px 10px; cursor: pointer; }
input:focus, textarea:focus, button:hover { background: #fff; border-color: #777 #ccc #ccc #777; }

h1 { font-size: 24pt; 
	 font-weight: 400;
	 margin: 0px;
}
h2 { font-size: 14pt; 
	 font-weight: 400;
	 margin: 0px;
 
}
h3 { font-size: 14pt; 
	 font-weight: 400;
	 margin: 0px;
}

a:link {
text-decoration: underline; 
font-family: Arial; 
color: white}

a:visited {
text-decoration: underline;
font=family: Arial; 
color: white}

a:active {
text-decoration: underline; 
font=family: Arial; 
color: white}

a:hover {
text-decoration: none; 
font=family: Arial; 
color: white;}