.mainfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
}
.background {
	background-image: url(graphics/bg.jpg);
	background-repeat: no-repeat;
}
.endOfSection { clear: both; } 
a:link {
	color: #FD893B;
}
a:visited {
	color: #FD893B;
}
a:hover {
	color: #FD893B;
}
a:active {
	color: #F98D4D;
}