BODY {

	color: #000000;
}


A {
	text-decoration: underline;
	color: Maroon;
}

A:Hover {
	text-decoration: none;
	color: #CE3100;
}

.contenttext {
	color: black;
	font-weight: bold;
	font-size: 12px;
	font-family: Tahoma;
}


.navtext {
	color: maroon;
	font-family:tahoma;
	font-size:14px
	}
	
	h1 {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

