@charset "UTF-8";
.blogs {
	font-family: Garamond;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #543019;
	text-decoration: none;
}
.blogs_visited {
	font-family: Garamond;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #8b5c3e;
	text-decoration: none;
}
.blogs_hover {
	font-family: Garamond;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #8b5c3e;
	text-decoration: none;
}
A:link	{	
	font-family: Garamond;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #543019;
	text-decoration: none;

	}	
		
A:visited	{	
	font-family: Garamond;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #543019;
	text-decoration: none;
	}	
		
A:hover	{	
	font-family: Garamond;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #8b5c3e;
	text-decoration: none;
	}