
	<!-- 9/12 t

body  {
	background-color:  #000080;
}

p  {
	font-family: 		comic sans ms;
	color:			blue;
	margin-left:		5%;
	margin-right:		5%;
	font-size:			16pt;
}

h1	{
	font-family: 		comic sans ms;
	color:				#0000ff;
	text-align:			center;
	margin-top:			90px;
}

h2	{
	font-family: 		arial;
	color:             #fff00;
	text-align:		   center;
	margin-top:			 60px;
}

h3	{
	font-family: 		arial;
	color:           #840052;
	text-align:			left;
	margin-top:			30px;
	margin-left:		5%;
}

h4	{
	font-family: 		arial;
	color:   			red;
	text-align:			center;
	margin-top:			15px;
}

a:link  {
		color: red;
}

a:visited	{
			color: white;
}  

a:active	{
			color: green;
			
}
		
		
ul,ol  {
	font-family: 		comic sans ms;
	color:				blue;
	margin-left:		7%;
	margin-right:		7%;
	font-size:			14pt;
}
