body {
	background-color: #E3F2FB;
	font-family: Arial, Helvetica, sans-serif;
}


a:hover {
	color: #339966;
}
h1 {
	color: #333333;
}

h2 {
	color: #000066;
}

h3 {
	color: #993399;
}


p.center {text-align: center;}
a {
	color: #0000CC;
	font-weight: bold;
}
.sidebar {
	position: static;
	top: 0px;
	left: 0px;
	width: auto;
	visibility: visible;
	float: left;
	font-size: 10pt;
	padding: 3px;	
	bottom: 0px;
	background-color: #FFFFFF;
	border: medium solid #E3F2FB;
}