body {
	background: #000;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
}

#frontsec {
	background: black;
	border: 3px solid #666666;
	color: #666666;
	font: 72px Arial, Helvetica, sans-serif;
	padding: 10px 20px 10px 20px;
}

.p1 {
	font: italic 24px Times New Roman, Times, serif;
	text-align: right;
	margin-top: 3px;
}

.p2 {
	font: italic 14px Arial, Helvetica, sans-serif;
	text-align: right;
	margin-top: -20px;
	color: #666666;
}

#frontsec a:link, #frontsec a:visited {
	color: #666666;
	text-decoration: none;
	background: black;
	padding: 10px 20px 10px 20px;
	text-align: center;
}

#frontsec a:active, #frontsec a:hover {
	background: #999999;
	color: #666666;
	padding: 10px 20px 10px 20px;
	text-align: center;
}

.p3 {
	font-weight: bold;
	font-variant: small-caps;
}

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

a:hover, a:active {
	color: #ffffff;
}