@charset "iso-8859-1";
 /* CSS Document */

h1 {font-family:"Times New Roman", Times, serif;
	font-weight:bold; font-size:24px; color:#990000;
	margin:0px; padding:0px;
}/* umslmain.css defines <h1> tag as text-transform, among others */

a.googlenav:hover{text-decoration:underline;}

span.smalltitle {
	font-family:"Times New Roman", Times, serif;
	font-weight:normal; font-size:16px; color:white;
	padding-top:0px; padding-left:10px; margin:0px;
}/* using padding instead of margin will allow you to keep the element away from the edges of the div */

span.largetitle {font-family: "Times New Roman", Times, serif;
	font-weight:normal; font-size:36px; color:white;
	padding-top:0px; padding-left:10px; margin:0px;
}/* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs.
	If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	
h2 {font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold; font-size:12px;}
	
h3 {font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold; font-size:100%; color:#000000;}
	
h4 {font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold; font-size:150%; color:#000000;}
	
p.normal {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	text-transform:none;
}
ul {font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
}
ul li ul {font-size:100%;}
tr.odd td {
background: #dcdcdc;
}
	
