/* CSS Document */

body {
	background-image: url(../graphics/coverback.jpg);
	font-family: Times, "Times New Roman", Georgia, serif;
}

h3 {
	font-size: 48px;
	color: #ffffff;
	text-shadow: 2px 2px 4px #000000;
	margin: 5px;
	padding: 0;
	font-style: italic;
}

.leftlinks a {
	width: 100%;
	float: left;
	text-align: center;
	color: #f5f5f5;
	font-size: 18px;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.leftlinks a:hover {
	background: url(../graphics/coverhover.jpg) repeat;
	color: #ffffff;
}

.rightlinks a {
	width: 100%;
	float: left;
	text-align: center;
	color: #f5f5f5;
	font-size: 18px;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.rightlinks a:hover {
	background: url(../graphics/coverhover.jpg) repeat;
	color: #ffffff;
}

a {
	text-decoration: none;
}

a img {
	text-decoration: none;
	border-style: none;
}