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

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

/* Default text style */
body, .normal {
	font: 11px/13px Tahoma,Arial,Helvetica,sans-serif;
	color: #666;
}

/* Heading */
.h1 {
	font-size: 16px;
	line-height:18px;
	font-weight:bold;
	color: #B51829;
}

/* Subheading */
.h2 {
	font-size: 14px;
	color: #B51829;
}

/* Emphasis */
.h3 {
	color: #B51829;
}

