body { background-color: #cacaca;
	color: black;
	font-family: arial;
	}

p	{  margin-top: 0; 
	margin-bottom: 0;
	}

a:link       { color: blue }
/* unvisited links */
a:visited    { color: blue }
/* visited links  */
a:active     { color: red }
/* active links - red */

	

h1 { color: purple; 
	font-family: gill sans ultra bold, arial;
	font-size: 30pt;
	text-align: center;
	text-transform: uppercase;
	}

h2 { color: purple; 
	font-size: 24pt;
	}
	
h3	{ font-size: 14pt;
	bold;
	}
	
normal	{ font-size: 12pt;
	margin-top: 0;
 margin-bottom: 0	
	 }
