/*
University of Montevallo Basic Stylesheet
----
This stylesheet serves basic styles for printing and for browsers that do not understand CSS - mainly Navigator 4.x
*/
body	{
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#navigation	{
	background-color: #EFEAF5;
	background-position: -9999px 0;
	background-repeat: no-repeat;
	}
