body {
	background-color: #6699CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	background-image: url(images/background.jpg);
	background-color: #e1f0ff;
}
a:link {
	color: #003366;
	text-decoration: underline;
}
a:visited {
	color: #01162b;
	text-decoration: underline;
}
a:hover {
	color: #6699cc;
}
a:active {
	color: #e1f0ff;
}
