body {
	background-color: #003366;	
}

a:link {
	text-decoration: none;
	color: #00CCFF;
}

a:visited {
	color: #00CCFF;
	text-decoration: none;
}

a:active, a:hover {
	color: #00CCFF;
	text-decoration: underline;
}

td {
	font: normal 18px;
	color: white;
}

hr {
	height: 1px;
	border-style: line;
	width: 90%;
}

.main {
	width: 734px;
	text-align: right;
}

.textbox {
	border: 1px #0000CD;
	text-align: justify;
	font: normal 16px;
	color: white;
}

.title {
	text-align: center;
	font-size: 20pt;
	color: white;
}

.copyright {
	text-align: center;
	color: Gray;
	font-size: 12px;
}

