body {
font-family: arial, tahoma, sans-serif;
size: 12px;
}

font.title{
font-size: 18px; 
font-family: times;
color: #990000; 
font-weight: bold;
text-decoration: underline;
}

a.title{
font-size: 18px; 
font-family: times;
color: #990000; 
font-weight: bold;
text-decoration: underline;
}

a.email{
font-size: 14px; 
font-family: times;
color: #990000; 
font-weight: bold;
text-decoration: underline;
}

a.email:hover{
font-size: 14px; 
font-family: times;
color: #ff0000; 
font-weight: bold;
text-decoration: underline;
}


ul.nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 125px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}

ul.nav li {
	position: relative;
	width: 125px; /* Width of Menu Items */
	}
	


/* Styles for Menu Items */
ul.nav li a {
	font-family: times;
	display: block;
	text-decoration: none;
	color: #b62a2b;
	background: #f9f9f9; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul.nav li a:hover { color: #ff0000; background: #ffffff; } /* Hover Styles */
		
