body {
	font-size:10px;
	color:#6A6A6A;
	background-color: #DFDFDF;
	font-family:arial;
	text-align:center;
}

h1 {
	font-size:64px;
	color:#5F5F5F;
	margin: 100px 0 0 0;
}

h2 {
	color:#5F5F5F;
}

p {
	width:320px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top: 30px
}

div {
	width:320px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.test {
	min-width:500px;
	min-height:500px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

	a:link {
	color: #555555;
	text-decoration:none;
	font-weight: bold;
}

a:visited {
	color: #555555;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #555555;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #555555;
	text-decoration: underline;
	font-weight: bold;
}