BODY {
background-color: #e6eecc;

margin-top: 20px;

	color : Black;
	font-family : Verdana, Tahoma,  sans-serif;
	font-size: 12px;	
	}
	
B:Link.NavColorLink {
	color : Blue;
	text-decoration : none;
}

B:Visited.NavColorLink {
	color : Blue;
	text-decoration : none;
	}

B:Hover.NavColorLink {
	color : Red;
	}
	
B:Active.NavColorLink {
	color : Red;
	}


A:LINK {
	color : Blue;
	text-decoration : none;
	}
	
A:VISITED {
	color : Blue;
	text-decoration : none;
	}

A:HOVER {
	color : Red;
	}
	
A:active {
	color : Red;
	}
	



TD {
		color : Black;
	font-family : Verdana, Tahoma,  sans-serif;
	font-size: 12px;	
	}
#ImageCaption {
	font: small-caps;
	font-weight: bold;
	color: Gray;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size:1.2em;
}

