@import url("layout.css");
@import url("content.css");
@import url("footer.css");
@import url("menu.css");

body { 
	background-color: white;
	color: black;
	font-family: "Times New Roman", "Book Antiqua", Georgia, serif;
	font-size: medium;
	line-height: 120%;
}


a:link, a:visited { 
	color: #5b8fbe; 
	text-decoration: none; 
}

a:hover{ 
	color: #666; 
	text-decoration: none; 
}
