@charset "utf-8";
/* CSS Document */

body {
	color: #000;
	background-color:#FFC;
	margin: 20px auto 20px auto;
	width: 800px;
	line-height: 130%;
}
a, a:link {	color: #000099; text-decoration: underline; }
a:visited {  color: #990099; text-decoration: underline; }
a:hover {	color: #000099; text-decoration: underline; }
a:active {	color: #000099; text-decoration: underline; }

h1 {
font-size: 32px;
line-height: 36px;
font-weight: normal;
}
h2 {
font-size:24px;
line-height: 28px;
font-weight: normal;
}
h3, h4 {
font-size: 22px;
line-height: 26px;
font-weight: normal;
}
.floatRight {
	float:right;
	padding: 0 0 0 15px;
}
.floatLeft {
	float:left;
	padding: 0 15px 0 0;
}
.clearFloat {
	clear:both;
}
