body{
	font: normal normal normal 9pt "Courier New", Courier, monospace;
	margin: 0px;
	background-color: #15161E;
}

#content{
	background-color: #08090F;
	margin-top: 10%;
	width: 100%;
	height: 350px;
	text-align: center;
}

#text{
	color: #D2D5E2;
	background-color: #15161E;
	padding: 10px;
	width: 400px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.right{
	text-align: right;
	padding: 0px;
}

h1{
	font-size: 18pt;
	margin: 3px;
}

h2{
	font-size: 10pt;
	margin-top: 12px;
	margin-bottom: 2px;
}

a:link, a:visited{
	color: #FFF6DB;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}