/* fckeditor/editor/css/fck_editorarea.css */

a[href] {
color: -moz-hyperlinktext;		
	text-decoration: -moz-anchor-decoration;
}
body {
background-color: #ffffff;
	padding: 5px 5px 5px 5px;
	margin: 0px;
}
body, td {
font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}
.Bold {
font-weight: bold;
}
.Code {
border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}
.Title {
font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}
