/*
File: Rowny.css
Style Sheet for the Rowny web site.
*/
BODY {
	background-color : White;
	background-image : url('images/background.jpg');
	color : Maroon;
	font-family : Verdana, Tahoma, Arial, sans-serif;
	font-size : small
}

P, LI, UL {
	color : Maroon;
	font-family : Verdana, Tahoma, Arial, sans-serif;
	font-size : small;
}

H1 {
	font-size : large;
	text-align : center;
}

H2 {
	font-size : medium;
	text-align : center;
}

H3 {
	font-size : small;
	text-align : left;
}


TABLE, TD, TH {
	color : Maroon;
	font-family : Verdana, Tahoma, Arial, sans-serif;
	font-size : small;
}

A:Hover{ color: Red;
	}
	
A:Link{ color: Blue;
	}

.left {
	text-align : left;
}

.center {
	text-align : center;
}