body {
	background-color: #1F3A7C;
	color: White;
}

h1 {
font-size: 14px;
text-align: center;
letter-spacing: 1px;
}

p {
width: 500px;
font-size: 12px;
margin: 10px auto 15px;
text-align: justify;
}

p.footer {
width: 100%;
font-size: 11px;
margin: 0px 5px 5px;
text-align: center;
}

a, a:link, a:visited {
	color: #00BFFF;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bolder;
	text-decoration: none;
}
a:hover {
	color: Red;
}
.menu {
	font-variant: small-caps;
}
body, tr, table, td {
	font-family: Tahoma;
	font-size: 11px;
}

