@CHARSET "UTF-8";

body {
	font-family: 'Century Gothic', Verdana;
	font-weight: normal;
    font-size:   14px;
    color: #41002c;
}

a img { 
	border: 0; 
}

a:link,
a:visited {
	text-decoration: none;
	color: #810057;
}

a:hover,
a:active {
	text-decoration: underline;
}

/* TinyMCE specific rules */
.mceContentBody {
	background-color:    #fff; 
	background-image:    none; 
	background-repeat:   no-repeat; 
	background-position: 0 0;
	font-size:           14px;
	color:               #41002c;
	font-family:         'Century Gothic', Verdana;
	font-weight:         normal;
	padding:             0;
}