body {
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1{
	font-size: 24px;
}

h2{
	font-size: 20px;
}

p{
font-size: 12px;
}
a{
	color:#FFFFFF
}
a:hover {
color: #FFFF00;
}
a:active{
color:#FFFFFF
}
a:visited{
color:#FFFFFF
}

#Layer1 {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:600px;
	height:auto;
	z-index:1;
	left: 0px;
	top: 10px;
	background-color: #000000;
	border: 1px solid #FFFFFF;
	padding: 10px;
}
.hztext{
	text-align: left;
	line-height: 18px;
}

.center{
	text-align: center;
}

