body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
h1 a {
	margin: 38px 0px 58px;
	font-family: Arial, Helvetica, sans-serif;
	color: #A6A6A6;
	font-size: 16px;
	font-weight: bold;
		text-decoration: none;
		display:block;
}
h1 a:hover {
		text-decoration: none;
}

p {
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

a {
	text-decoration: none;

}
a:hover {
	text-decoration: underline;
}

.blue {
	color: #2274CA;
	line-height: 26px;
	padding: 0px;
	margin: 0px;
}
