@import url(layout.css); /*import main layout stylesheet*/

body {
	font-family: arial;
	font-size: 75%;
}

a:link, a:visited {
	color: #000; 
	text-decoration: underline;
}
	
a:hover {
	color: #990000;
	text-decoration: none;
}
