<!-- <link rel="stylesheet" href="main.css" type="text/css"> -->
/* main.css */

BODY { background-color: #ffffff;
		font-family: Times New Roman, Times, serif;
		color: #000000 }

H1 { font-family: Times New Roman, Times, Serif;
		text-align: center;
		color: #000080;
		font-size: 22pt }

H2 { font-family: Times New Roman, Times, serif;
		color: #a50063;
		font-size: 18pt }

H3 { font-family: Times New Roman, Times, serif;
		color: #186321;
		font-size: 14pt }

H4 { font-family: Times New Roman, Times, serif;	
		text-align: center;
		color: #000000;
		font-size: 12pt }

H5 { font-family: Times New Roman, Times, serif;	
		margin-left: 0px;		
		color: #ffffff;
		font-size: 14pt;
		font-weight: bold }

H6 { font-family: Times New Roman, Times, serif;	
		text-align: center;
		color: #184a18;
		font-size: 12pt }

P { font-family: Times New Roman, Times, serif;
		margin-left: 15px }

LI { font-family: Times New Roman, Times, serif;
		margin-left: 25px;
		text-align: left }

UL {list-style-image: url(images/bullet.gif)}

A:link { text-decoration: underline;
		font-weight:bold;
		color: #0000FF }

A:visited { text-decoration: underline;
		font-weight:bold;
		color: #800080 }

A:active { text-decoration: underline;
		font-weight:bold;
		color: #FF00FF }

SPAN { font-size: smaller }