/*  

	This CSS style controls the basic appearance of the Student Services Website.

*/


body         { 
					background-color: #FFFFFF;

}

table.roster        { padding: 2 }


 span         { font-size: 8pt; font-family: sans-serif }
A:link, A:visited { text-decoration: none }



a.sidemenu:link, a.sidemenu:visited, a.sidemenu:active {text-decoration: none; color: #7F5434;}
a.sidemenu:hover {color:#7F5434;}

a:link, a:visited, a:active {text-decoration: none; color: navy;}
a:hover {text-decoration: none; color:red;}

a.head:link, a.head:visited, a.head:active {text-decoration: none; color: navy;}

div.header {
        background: #DFD4A7;     
	color: #000080;
	font-size: medium; 
	font-family: arial;
	font-weight: bold;        
	text-align: right;
	font-style: italic;
	line-height: 25px;
	padding-right: 10;
	max-width: 700;
	
}