/*
 * Specifies a minimum set of rules for browsers with poor CSS support
 * (such as Netscape 4.x).
 */
 
body {
	background-color: white;
	color: #656565;

}
a {
	background-color: transparent;
	color: #91a31d;
	text-decoration: none;
	
}
a:hover {
	background-color: transparent;
	color: #004960;
	text-decoration: none;	
	
}
a.footer {
	background-color: transparent;
	color: #000000;
	text-decoration: none;
}
a.footer:hover {
	background-color: transparent;
	color: #072b40;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	background-color: transparent;
	color: #004960;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 100%;
}
h3 {
	font-size: 100%;
}
h4, h5, h6 {
	font-size: 100%;
}
form {
	margin: 0px;
	padding: 0px;
}

