#site_header {
			height:70px;
		    width:788px;
			font-family:arial;
			font-size:12px;
			font-weight:bold;
			clear:both;
			padding:0px
			margin:0px;
			border:0px solid black;
		}

		
		a.nav:link { 
			color:black; 
			text-decoration: none; 
			}
		a.nav:active { 			
			color:blue; 
			text-decoration:none;
			}
		a.nav:visited {
			color:#292763; 
			text-decoration:none;
			}
		a.nav:hover { 			
			color:#ffffff;
			background-color:#292763;
			text-decoration:none;
			}