a {
	color: #88733C;	
}

.Description a, .mceContentBody a {
	color: #fff;
}

img {
	border: 0;		
}

.typography {
	font-family: Verdana, Arial, sans-serif, sans;
}

.typography h1,	
.typography h2, 
.typography h3, 
.typography h4, 
.typography h5
{
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
	
/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
}
.typography img.left {
	float:left;
}

.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}