/* ***** HOMEPAGE ***** */

/* feel free to add CSS here for the homepage only */

#homePage h2 {
	color:#E48300;
	margin-top:9px;
	padding:5px;
	font-size:21px;

}

 #homePageText .textContent {
	margin-top:0px;
}

.homepagelist {
    width:50px;
	background-color:red;
	height:140px;
	padding-bottom:2em;
    display:inline;
	font-size:10px;
}
.homepagelist a {
    display:inline;
	font-size:10px;
	color:#000;
    padding-left:2px;
    float:left;
    width:50px;
}
.homepagelist a:hover {
	color:#E48300;
}

