/*site.css*/
header{
	background-color: grey;
	border:solid 5px black;
	font-family: ' Times New Roman', serif;
	
}
body{
	font-family: cambria, calibri;
	font-size: 23px;
	
}
footer{
	background-color:#202020;
	border:solid 5px black;
	font-family: ' Times New Roman', serif;

}
#main{
	color: red;
	border-radius: 1px lightgrey;
}