.homepage_title {
	/* 
	This is the welcome title on the home page
	*/
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : White;
	font-size : 13;
	margin-left : 10px;
	margin-right : 10px;
}

.content{
	/*
	This is the main welcome text on the home page
	*/
	color : Black;
	font-family : Verdana;
	font-size : 13;
}

.feature_titles{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13;
	font-weight : bold;
	color : #A34D04;
}
.feature_introtext{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10;
	color : #000000;
}
.feature_morelinks{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10;
	color : #A34D04;
}