body {
	background-color: #000000;
	font-family: Georgia, "Times New Roman";
	font-size: 14px;
	line-height: 18px;
	color: #ffffff;
}

nav {
}
a:link {
	font-size: 12px;
	line-height: 24px;
	color: #0000FF;
}

a:visited {
	color: #CCCCCC;
}
h1 {
	font-size: x-large;
}
h2 {
	font-size: large;
}
h3 {
	font-size: medium;
}
a:hover {
	color: #8EB5EE;
}

a.nav {
	font-size: 14px;
	text-decoration: none;
	color: #6699CC;
}
a.nav:hover {
	color: #000099;
}
p {
	text-align: justify;
}
