BODY {
	background-image : white;
	border-left-width : thin;
	border-right-width : thin;
	font-family : Arial, Helvetica, sans-serif;
}
A:ACTIVE {
	color : #008080;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}

A:HOVER {
	color : #008080;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}

A:LINK {
	color : #FFFFFF;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}

A:VISITED {
	color : #FF0000;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}

TD,  LI {
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color : #C0C0C0;
}

TH {
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	color : white;
	text-align : left;
}

H1, H2, H3 {
	font-family : "Monotype Corsiva";
	font-variant : small-caps;
	color : white;
	text-align : center;
}

P {
	font-family : Arial, Helvetica, sans-serif;
	text-align : justify;
	font-variant : normal;
	font-weight : normal;
	color : Silver;
	margin-left : 80px;
	margin-right : 80px;
}

.footer{
	text-align : center;
	font-size : small;
	font-weight : normal;
	font-style : italic;
}

.pageheader{
	font-family : "Monotype Corsiva";
	font-variant : small-caps;
	color : white;
	text-align : center;
	font-size : xx-large;
}

