body {
	background-image: url("images/background.jpg");
}

a:link { color: #fed; }
a:visited { color: #fed; }
a:active { color: #fed; }

#coverpic
	{
	border: medium solid #111;
	}

#cover
	{
	text-align:center;
	}

.button
	{
	font-family: "arial";
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
	}


a.button:hover
	{
	text-decoration:underline;
	}

