
/* Styles used by the client's page editor */

/* Editor defaults (background color and font style in particular) */
body {background-color:#fffcf5;}
img {margin: 0 0.5em 0.25em 0.5em;}

/* Default text style */
body, .normal {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height:100%;
	color:#000000;
}

/* Heading */
.h1 {
	font-size: 20px;
	font-family: Verdana, Geneva, sans-serif;	
	color: #947841;
}

/* Subheading */
.h2 {
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;	
	font-weight:bold;
	color: #947841;
}

/* Emphasis */
.h3 {
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;
	color: #000000;
}

