@charset "ISO-8859-1";
h1 {
	font-size: 36px;
	line-height: 5px;
}
h2 {
	line-height: 5px;
}
body {
	text-align: center;
}
.maintext{
text-align:left;
width:950px;
margin:0 auto;
}

.floatright{
	float:right;
	margin-left: 10px;
	margin-bottom:10px;
}

.floatleft{
	float:left;
	margin-right: 10px;
	margin-bottom:10px;
}