BODY  {
	background-image : url(images/background.gif);
	font-family : Arial;
}

P  {}

H1  {
	font-family : Monotype Corsiva; Arial;
	font-size : xx-large;
	color : #8080ff;
	font-weight : bold;
}

H2  {
	font-family : Arial;
	font-size : large;
	color : #8080ff;
}

H3  {
	font-family : Arial;
	font-size : x-large;
	color : Red;
	font-weight : bold;
}

H5	{
	font-family : Arial;
	font-size : small;
	color : #8080ff
}

H6  {
	font-family : Arial;
	font-size : xx-small;
}

A  {
	font-family : Arial;
	font-size : small;
}

A:Visited  {}

A:Active  {}

A:Hover  {
	color : #330066;
}

.footer  {
	font-size : xx-small;
	font-family : Arial;
	text-align : center;
}

#speciallink  {
	font-size : xx-small;
	color : Black;
	text-decoration : underline;
	font-style : italic;
}

.table  {
	background-color : White;
	bordercolor : "000000";
	border-style : double;
	border-color : #8080ff;
}

