@charset "utf-8";
body  {
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */

	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	margin-top: 320px;
	margin-bottom: 5em;
	background-image: url(/home/image1.jpg);
	background-repeat: no-repeat;
}
.homeHeader {
	font-size: 21px;
	font-weight:bold;
	color: #000000;
	margin-bottom: 0px;
	text-decoration: none;
}
.homeParagraph {
	font-size: 11px;
	font-weight:bold;
	color: #666666;
	margin-bottom: 3px;
	margin-top: 3px;
}

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #FFA800;
}
a:active {
	color: #FFa800;
}
