body {
	background-image: url('images/versatilepageback2.jpg');
	background-color: #CCCCCC;
	background-repeat: no-repeat;
	}
body, td, p {
	font-family: Helvetica, Arial, sans-serif;	
	font-size: 14px;
	line-height: 1.2em;
	color: #000000;
	}

h1, h2 {
	font-weight: bold;
	}
h1 {
	font-size: 18px;
	color: #990000;
	}
h1.home {
	color: #000;
	}
h2 {
	font-size: 15px;
	}

a:link {
	color: #CE1111;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #991111;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

.footer {
	color: #666;
	text-align: center;
	font-size: 11px;
	padding: 1em;
	border: 1px solid #999;
	background-color: #ccc;
	}
