A.head:LINK {
	color : White;
	text-decoration : none;
	font-weight : bolder;
	font-family : Arial, Helvetica, sans-serif;
}

A.head:VISITED {
	color : White;
	text-decoration : none;
	font-weight : bolder;
	font-family : Arial, Helvetica, sans-serif;
}

A.head:HOVER {
	color : #CCCCCC;
	text-decoration : underline;
	font-weight : bolder;
	font-family : Arial, Helvetica, sans-serif;
}

A.links:LINK {
	color : #0066FF;
	text-decoration : none;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
}

A.links:VISITED {
	color : #0066FF;
	text-decoration : none;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;	
	}

A.links:HOVER {
	color : Purple;
	text-decoration : underline;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
}

A.credits:LINK { 
color : #0066FF;
	font-family : "Times New Roman", Times, serif;
	font-size : small;
	text-decoration : none;
	font-style : italic;  }
	
	A.credits:VISITED { 
color : #0066FF;
	font-family : "Times New Roman", Times, serif;
	font-size : small;
		text-decoration : none;
	font-style : italic;  }
	
	A.credits:HOVER { 
color : Purple;
	font-family : "Times New Roman", Times, serif;
	font-size : small;
	text-decoration : underline;
	font-style : italic;  }

H1.pagetitle {
	color : Green;
	font-family : Arial, Helvetica, sans-serif;
	font-variant : small-caps;
	font-weight : bolder;
}



P.body {
	color : Navy;
	font-family : Arial, Helvetica, sans-serif;
	padding-left : 10px;
	font-size : medium;
	line-height : 24px;
	margin-left : 10px;
}

P.credits{
	color : Navy;
	font-family : "Times New Roman", Times, serif;
	font-size : small;
	margin-left : 10px;
	font-style : italic;
}


P.title {
	color : Navy;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bolder;
	font-variant : normal;
}

