.position {
	position: absolute;
	top: 0px;
}
body {
	background-color: #E5E5E5;
	font-family: "Comic Sans MS";
	font-size: 13px;
	color: #000066;


}
.general {
	font-family: "Comic Sans MS";
	font-size: 13px;
	color: #000066;
}

.header {
	font-family: "Comic Sans MS";
	font-size: 16px;
	color: #000066;
}
a:link {
	color: #000066;
	text-decoration: underline;
}
a:visited {
	color: #000066;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:active {
	color: #000066;
	text-decoration: underline;
}
.border {
	border: thin solid #000066;
}

