
/* Fix for MS Office style paragraphs (MsoNormal) */

p {
	margin: 0;
	padding: 0;
}


/* Fix for MS Office unindeted lists */
.unIndentedList {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

.unIndentedList li {
	padding: 0;
}

/* Fix for MS Office UL lists */
ul {
	margin-top: 0;
	margin-bottom: 0;
}


/* TinyMCE specific rules */

body.mceContentBody {
   background: #000;
   color:white;
   font-family:Arial,Helvetica;
   line-height:1.6em;
   font-size:13px;
}

/* FF requires a important here */

.mceContentBody a {
   color:white !important; 
   text-decoration:none !important; 
}

.mceContentBody a:hover {
   color:lightgray !important; 
}

a, a:visited {text-decoration:none; color:white;}
a:hover {color:lightgray;}

h3 {
color:lightgray;
font-weight:bold;
font-size:13px;
margin-bottom: 0px;
margin-top: 0px;
padding: 0;
}
