body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #9966FF;
}
.header {
	height: auto;
	width: 100%;
	background-color: #003399;
	color: #FFFFFF;
	text-align: center;
}
.leftcolumn {
	background-color: #D8D6F3;
	height: 600px;
	width: 25%;
	float: left;
}
h1 {
	font-size: 140%;
	color: #FFFFFF;
	background-color: #CC99FF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 120%;
	color: #CCCCCC;
	background-color: #9900FF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: auto;
	width: auto;
}
h3 {
	background-color: #C9C9C9;
	color: #CCCCCC;
}
a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #003399;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
	background-color: #003399;
	font-weight: bold;
}
a:hover {
	color: #FF0000;
	background-color: #003399;
	font-weight: bold;
}
a:active {
	color: #990000;
	text-decoration: none;
	background-color: #003399;
	font-weight: bold;
}
