
body {
	font: normal 86% Arial, Helvetica, sans-serif;
	color: #000;
}
h1 {
	color:#621aa4;
	margin-bottom:25px;
	font-size:1.55em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
h2 {
	margin-bottom:20px;
	font-size:1.25em;
	color:#971a6c;
}
h3 {
	margin-bottom:20px;
	font-size:1.1em;
	color:#444;
}

.emphasis {
	font-weight:bold;
	color:#ae0101;
}
.highlight {
	font-weight:bold;
	color:#000;
	background:#ffffbf;
}
a {
	color:#0080bb;
	font-weight:bold;
	text-decoration:none;
}

#content a:hover {
	background:#fff3ae;
	text-decoration:none;
}
.photoleft {
	float:left;
	margin-right:15px;
	display:block;
}
.photoright {
	float:right;
	margin-left:15px;
}
