/*
	Style thingies
*/
/* Page level */
HTML	{
	font-family: Georgia, Times New Roman, Times, Serif;

}

A:link 	{color: #000080}
A:visited {color: #000000}

BODY 	{
	background-color: #20B2AA
	
}

HR	{
	text-align: center;
	width: 70%;
	color: #000000;
}

DL	{
	margin-left: 15%;
	margin-right: 15%;
}	

P 	{
	font-size: 12pt;
	line-height: 125%;
	width: 700px;
	text-align: justify;
}

/* Embedded stuff */
EMBED {text-align: center}

/* Headings and other text things */
H1, H2, H3, H4, H5, H6 {text-align: center}

/* Table stuff */
TABLE, TR, TH {text-align: center}

