body {
	background-color: #b8b4b3;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	margin-left: 40px;
	margin-right: 40px;
	background-image: url(images/cnvbkgnd.jpg);
}

a {
	color: #8B0000;
	text-decoration: none;
}

a:hover {
	color: #FFD700;
	background-color: #8B0000;
	text-decoration: none;
	margin: 5px;
	font: 14px;
	border-style: double;
	}

h1 {
	background: #A52A2A;
	font: 24px serif;
	background-color: Maroon;
	color: #FFD700;
	padding: 3px;
}

table {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
}
td {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	background-color: #B8B4B3;
}
