body {
	width: 650px;
	background-color: #E4E4E4;
}
h1 {
	font-size: xx-small;
	width: 650px;
	height: 75px;
	color: #A5C4FE;
	background-color: #A5C4FE;
	padding-top: 25px;
}
div#side {
	float: left;
	width: 124px;
	
}
table {
	width: 490px;
}
h2 {
	padding-left: 20px;
	margin-left: 20px;
	font-size: small;
	text-align: center;
}
div#text {
	width: 450px;
	float: right;
	padding-left: 50px;
	padding-top: 30px;
	color: #3E3E3E;
	padding-bottom: 30px;
	margin-left: 0px;
}
h3 {
	text-align: left;
	font-weight: bold;
	color: #000033;
	padding-bottom: 50px;
}
h4 {
	text-align: left;
	font-size: large;
	font-weight: bold;
	text-decoration: blink;
	color: #000066;
}
a:link {
	color: 3E3E3E;
	text-decoration: none;
}
a:visited {
	color: 3E3E3E;
	text-decoration: none;
}
a {
	color: #333333;
}
