@charset "UTF-8";
/* CSS Document */

.recentpostsheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	color: #fff;
	border-bottom:2px solid #fff;
}
.blogtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
}
.blogreadmore {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
}
a {
	text-decoration:none; 
	color:#fff;
}
a:hover {
	color: #fff;
}


