@charset "utf-8";
/* CSS Document */

h1 {
	font-size:42px;
	color: #FFFFFF;
	background-color: #0000FF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

h2 {
	font-size:18px;
	color: #FFFFFF;
	margin: 10px;
}

h3 {font-size:14px; color:#CCCCCC}

Body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
.Maintext {
	background-color: #CCCCCC;
	float: left;
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	border: medium solid #000000;
}
