h1	{
	font-size: 24px;
}
a:link { color: Black;}
a:visited { color: #808080;}
a:active { color: #909090;}	
a:hover { color: #FFFFFF;}
body {background-color: #DFDFDF;}
div {
    text-align: center;
	font-size: 10px;
	font-family: verdana,arial,helvetica,sans-serif;
	color: #000000;
	height: 90%;
	width: 50%;
	border: none;
	position: relative;
	left: 25%;
	top: 10%;
	right: auto;
	bottom: auto;
	text-align: center;
}
