body {
	
	background-image: url(repeatingbkgrnd.jpg);
	background-repeat: repeat;
}

#hometext {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c9ccca;
	height: 100px;
	overflow: auto;
	text-align: center;
	padding-right: 80px;
	padding-left: 80px;
	background-color: #535552;
}

#hometextEmph {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

.special {
	font: 26px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	color: #f9840e;
	text-decoration: none;
}

.special a {
	color: #f9840e;
	text-decoration: none;
}

.special a:hover {
	text-decoration: underline;
	color: #000;
}