	.header { 	
		background: #ffffff;
		font-family: Trebuchet MS, arial, sans serif;
		font-size: 48px;
		color: #000000;
		text-align: left;
		}

	.navigation {
		background: steelblue;
		font-family: sans serif;
		font-size: 18px;
		color: white;
		text-align: center;
		}

	.navigation2 {
		background: gray;
		font-family: sans serif;
		font-size: 16px;
		color: white;
		text-align: center;
		}

	.content {
		background: silver;
		font-family: Georgia;
		font-size: 12px;
		color: steelblue;
		text-align: left;
		}
	.copyright {
		background: steelblue;
		font-family: Lucida Console;
		font-size: 12px;
		color: white;
		text align: left;
		}
	a{
		font-color: black;
		text-decoration:none;
		
		
	}
a:link{
color:black;
}
a:hover{
background-color:#f00;
color:White;
}