body { 
	margin-top: 150px;	
	background-color: light blue; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #00008B; 
	background-image: url(/siennarider.jpg);
	background-repeat: repeat-x;
}
a:link { color: blue; }
a:hover { color: red; }
a:focus { color: red; }
h1 { text-align: center; }
ul.links {list-style-type: none; font-size: 1.5em; text-align: center; line-height: 180%; }

