body {
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	font-weight:300;
	font-size:16px;
	line-height:1.6em;
	color:#666;
}
a {
	text-decoration:none;
	color:blue;
}
a:hover {
	text-decoration:underline;
}
strong, b {
	font-weight:bold;
}
emphasis, i {
	font-style:italic;
}
p {
	padding:0.5em 0;
}
h1 {
	font-size:1.6em;
	padding:0.5em 0;
	color:#333;
}
h2 {
	font-size:1.5em;
	padding:0.5em 0;
	color:#333;
}
h3 {
	font-size:1.4em;
	padding:0.5em 0;
	color:#333;
}
h4 {
	font-size:1.3em;
	padding:0.5em 0;
	color:#333;
}
h5 {
	font-size:1.2em;
	padding:0.5em 0;
}
h6 {
	font-size:1.1em;
	padding:0.5em 0;
}
.editor_only {
	padding:2px;
}
#pagecontent ul,
.editor_only ul {
	padding-left:1em;
}
#pagecontent li,
.editor_only li {
	margin-left:1em;
	display:list-item;
	list-style-type:disc;
}

.img_float_left {
	float:left;
	margin:0 10px 5px 0;
}
.img_float_right {
	float:right;
	margin:0 0 5px 10px;
}