
/* TinyMCE specific rules */
body.mceContentBody {
   background-color: #00A0FF;
   color: #FFFF33;
   font-size: 16px;
   font-family: Courier;
}

.b14 {
	font-weight: bold;
	font-size: 14px
}

.alrt {
	font-weight: bold;
	font-size: 14px;
	color: #80207F
}
.smaller {font-size:11px;}
.reg {font-family: Courier;}
.serif {font-family: Georgia, "Times New Roman", Times, serif;}
.sans {font-family: verdana, arial, helvetica, sans-serif;}

   a:link {
	color: #FFFF33 !important;
	text-decoration: underline;
	}
   a:visited {
	color: #990e00 !important;
	text-decoration: underline;
	}
   a:hover {
	color: #996f00 !important;
	text-decoration: underline;
	}


