body {
	font-family: arial, sans-serif;
	font-size: 15px;
	margin: 100px;
	color: #b7b7b7;
	background-color: #062847;
}

#header {
	background-color: #969696;
}

#main {
	/*background-color: #ededed;*/
	margin-left: 100px;
	margin-right: 100px;
}

h1 {
	font-size: 26px;
	font-style: bold;
	color: #b7b7b7;
}

a {
	color: #b7b7b7;
	font-style: none;
}

a.rollover {
	display: block;
	width: 85px;
	height: 45px;
	text-decoration: none;
	background: url("images/sheeps_gray.png");
 }

a.rollover:hover {
	background-position: -85px 0;
}
