/* CSS Document */

a {
	color: #646C00;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: underline;
	color: #AF9932;
	}

.footer {
	color: #48573C;
	margin-top:15px;
	
	}
	
.communityheader {
	font-size:18px;
	color:#111111;
	font-weight:bold;
	}
	
.title {
	font-size: 16px;
	color: #4D573F;
	font-weight: bold;
	}
	
.articletitle {
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	line-height: 1.5em;
	}

.search {
	font-size: 13px;
	font-weight: bold;
	color: #5A792B;
	line-height: 1.5em;
	
	}
