body {
	background-image: url(images/indexbackground2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	padding-top: 10px;
	letter-spacing: .06em;
}
a:link {
	font-weight: bold;
	color: #0150B5;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #0251B8;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #33CCFF;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #33CCFF;
	text-decoration: underline;
}

