@CHARSET "UTF-8";

body {
	font-family: 'Century Gothic';
	font-weight: normal;
    font-size:   16px;
}

a:link, a:visited { color: #09bf00; text-decoration: underline; }
a:hover, a:active { text-decoration: none; }
a img { border: 0; }

h1, h2, h3, p { margin: 7px 0 15px 0; padding: 0; }
h1 { font-size: 50px; font-weight: normal; }
h2 { font-size: 23px; font-weight: normal; }
h3 { font-size: 20px; font-weight: normal; }
p { font-size: 16px; }

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