H1 {  
	font-size: 1.4em; 
	font-style: normal; 
	font-weight: 500
}

H2 {
	font-size: 1.2em; 
	font-weight: 500
}

H3 {
	font-size: 1em; 
	font-weight: 800; 
}

H4 {
	font-size: 0.8em; 
	font-weight: 800;
	text-align: left; 
}

P {
	font-size: 1em; 
	font-weight: 400
}

A {	text-decoration: none}

a:link { color: #3366CC; text-decoration: underline}
a:visited { color: #663399; text-decoration: underline}
a:active { color: #00CCFF; text-decoration: underline}

a.navigation:link{ color: #FFFFFF; text-decoration: none}
a.navigation:visited{ color: #FFCC00; text-decoration: none}
a.navigation:active{ color: #66FFFF; text-decoration: none}

a.navigation:link:hover {color: #66FFFF; text-decoration: underline}
a.navigation:visited:hover {color: #66FFFF; text-decoration: underline}

.center {text-align: center}

.announcements {color: #CC6600; text-align: center}

.white {color: #FFFFFF}

.navy {
	color: #003399;
}

.lightblue {
			color: #006699;
			text-align: center;
}

.red {  color: #B13D3D}

.black {  color: #000000}

.noUnderline {  text-decoration: none}

.small {
		font-size: 0.8em; 
		font-weight: 400
}

.term { 
		color: #FFFFFF;
		font-size: 0.8em;
		font-weight: 400;
		font-style: italic;
}

p.hollis {

	text-align: left

}

