<HTML>
<HEAD><TITLE>homepage Style Sheet</TITLE>
<STYLE TYPE="text/css">
<!--

/* bgcolor is 	background-color: Teal;*/
BODY { background: #008080;
}

/* Make all headers blue and centered and comic */
H1 {
	color: #FF9A00;
	text-align: center;
	font-family: Comic Sans MS
}

/* Secondary headers green left aligned and comic*/
H2 {
	color: Yellow;
	font-family: Comic Sans MS
}

/* third level headers  left aligned and comic*/
H3 {
	color: Navy;
	font-family: Comic Sans MS
}

/* fourth level headers  left aligned and comic*/
H4 { color: orange; font-family: Comic Sans MS}

/* fifth levl headers  left aligned and comic*/
H5 { color: saddlebrown; font-family: Comic Sans MS}

/* fifth levl headers  left aligned and comic*/
H6 { color: seagreen; font-family: Comic Sans MS}

/* set font-style font-variant font-weight font-size line-height font-family */
P {
	font: 900 normal 12pt/14pt "Times New Roman", Times, serif;
	color : Yellow;
}

/* set small type font-style font-variant font-weight font-size line-height font-family */
P.1 { font: 500 normal normal 10pt/12pt "Times New Roman", Times, serif;}

/* Set link colors font-style font-variant font-weight font-size line-height font-family */

A:link {
	font: 900 normal 12pt/14pt "Times New Roman", Times, serif;
	color: Purple;
	text-decoration : none;
	font-weight : normal;
}
A:hover {
	color:#ff00ff;
	font : bolder;
} 

A:visited {
	font: bold normal 12pt/14pt "Times New Roman", Times, serif;
	color: Navy
} 

/* Ordered list styles  */
OL LI {
	font: 700 normal 12pt/14pt "Times New Roman", Times, serif;
}

/* Unordered list styles  */
UL LI {
	font: 700 normal 12pt/14pt "Times New Roman", Times, serif;
	color: Navy;
}

/* Definition list styles  */
DL {
	font: 700 normal 12pt/14pt "Times New Roman", Times, serif;
	color: Navy;
} 
DT {
	font: 700 normal 12pt/14pt "Times New Roman", Times, serif;
	color: Navy;
} 
DD {
	font: 700 normal 12pt/14pt "Times New Roman", Times, serif;
	color: Navy;
}

TD {color: yellow;   }

</STYLE>
-->
</HEAD>
<BODY>

</BODY>
</HTML>
