
html,body {
	height: 100%;
}

div {
	height: 100%;
}

body {
	background-color:#000000;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

h1 {
	font-family: "Times New Roman",Times,serif;
	font-size: 22px;
	font-weight: bold;
	color: #ECE6C8;
}

p {
	font-family: "Times New Roman",Times,serif;
	font-size: 20px;
	color: #ECE6C8;
	font-weight: normal;
}

.smallish {
	font-family: "Times New Roman",Times,serif;
	font-size: 16px;
	font-weight: bold;
	color: #ECE6C8;
}

.caption {
	font-family: Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ECE6C8;
}

a:link {
	font-family: "Times New Roman",Times,serif;
	font-size: 16px;
	font-weight: bold;
	color: #ECE6C8;
	text-decoration: underline;
}

a:visited {
	font-family: "Times New Roman",Times,serif;
	font-size: 16px;
	color: #ECE6C8;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	font-family: "Times New Roman",Times,serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:underline;
}

