body {
	background-color: #FFF;
	background-image: url(hay-bg.png);
	background-repeat: repeat;
	color: #021e5d;
	font-size:larger;
	
	}

li {
margin-left:20%;
font-size: large;
color: #021e5d;	
}


h1 {
	font-size: large;
	color: #021e5d;
}
body,td,th {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}