#menu ul		{
				margin:5px;
				padding:10px;

	}

#menu li 		{
				list-style-type:none;
				padding:10px;
				margin-left:12px;
				
	
}

#menu li a 	{
				text-decoration:none;
				
				font-weight: bold;
				width:150px;
				height:30px;
				float:left;
				display: block;
				margin-left:1px;
				margin-right:1px;
				text-align: center;
				color: white;
				
				font-family: times; 
				font-size: 12pt;
}

#menu li a:hover {
				background-color:yellow;
				color:blue;
	

	}	
body {background-color:#8B0000;} 
p {text-align:justify;color:white;font-weight:bold;}
hr {font-size:1pt;}
h3 {text-align:center;color:navy;}	