
body {
	text-align:center;
	background-color: #4F4F4F;
	}
	
.frame {
	width: 500px;
	line-height: 150%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
	margin-bottom: 100px;
	padding: 0px;
	text-align: left;
	border: 0;
}

H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCC;
	padding-bottom: 10px;
}

.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCC;
	
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	
	border: 1px solid cyan;
	
}

A:link {
	color: #f1f1f1;
	text-decoration: underline;
	font-weight: bold;
}
A:hover {
	color: #CCC;
	text-decoration: none;
	font-weight: bold;
}
A:visited {
	color: #f1f1f1;
	text-decoration: underline;
	font-weight: bold;
}


H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
}