BODY {
	background-color: #FFFFCC
}

H1 {color: #9900cc;font-family: Arial}
H2 {color: #9900cc;font-family: Arial}
H3 {color: #BA55D3;font-family: Arial}
H4 {color: #808000;font-family: Arial}
H5 {color: #70DBDB;font-family: Arial}
H6 {color: Black; font-family: Arial; font-size : x-small;}

.date {color: Black; font-family: Arial; font-size : x-small;}
.author {font-family: Arial; font-size: Black;}

.head {font-family: Arial; 
	font-size: larger; 	
	color: Blue;
	font-weight: bolder;
}

A:link    { color: #cc0066}   /* unvisited links */
A:visited { color: #0066cc}   /* visited links */
A:hover  {
	color: #FF9933
}   /* hover over link */


