@CHARSET "UTF-8";

body {
	font-family: sans-serif;
	font-weight: normal;
    font-size:   13px;
    color:       #fff;
}

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

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

a img { 
	border: 0; 
}

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