H1 { color : deeppink ;
	text-align : left ; }
H3 { background-color : slateblue ;
	color : white ;
	margin-left : 0% ;
	margin-right : 0% ; }
H4 { border-bottom : solid blue ;
	margin-left : 0% ;
	margin-right : 0% ; }
UL { font-size : 80% ;
	margin-left : 5% ;
	margin-right : 0% ; }
DIV.right { text-align : right ; } 
DIV.link { text-align : center ; }
DIV.blueline { border-bottom : solid blue ; }
P { margin-left : 0% ;
	margin-right : 0% ; }
BODY { color : dimgray ; }
a:link { color : slateblue ;
	text-decoration : none ; }
a:visited { color : slateblue ;
	text-decoration : none ; }
a:active { color : blue ;
	text-decoration : none ; }
a:hover { color : blue ;
	text-decoration : none ; }