h1 {
	font-family: Verdana;
	font-size: 2em;
	color: #556B2F;
}

h2 {
	font-family: Verdana;
	font-size: 1.25em;
	color: Green;
	font-weight: bold;
}


body {
	font-family: Verdana;
	font-size: .9em;
	color: #175E17;
	margin-top: 0;
	background-image: url(core_images/background.jpg);
}

a:visited {
	color: #B6B6B6;
	text-decoration: none;
	font-style; font-weight: bolder;
}

a:link {
	color: #B6B6B6;
	text-decoration: none;
	font-style; font-weight: bolder;
}



a:hover {
	color: #175E17;
	font-style; font-weight: bolder;
	text-decoration: none;
	text-transform: uppercase;
}



table {
	font-size: .9em;
	background-color: white;
}




