html {
	height: 100%;
	overflow: auto;
}
body {
	margin: 0px;
	background: #000000;
	color: #FFFFFF;
	font-family: Papyrus; font-size:12pt; font-weight:bold
}
a {
	color: #3b687f;
	text-decoration: underline;
}
a:hover {
	color: #aad7ba;
	text-decoration: none;
}
h1{
font-size:x-large;
}
