* {
	font-family: Courier New;
	color: #FFFFFF;
}
a:link,a:active,a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

body {
	background-color: #000678;
}

h1 {
	font-size: 30px;
	font-weight: bold;
	font-variant: small-caps;
}
h2 {
	font-size: 20px;
	font-weight; bold;
}
h3 {
	font-size: 16px;
	font-weight: bold;
}
table {
	border: #FFFFFF 2px solid;
	background-color: #0751e8;
}