@charset "UTF-8";
/* CSS Document */

#page {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 5em;
letter-spacing: -2;
color: #333;
position: absolute;
width: 200px;
height: 150px;
top: 50%;
left: 50%;
margin-top: -75px;
margin-left: -100px;
}

a: {
letter-spacing: -2;

}

a:link {
	color: #00FF00;
	letter-spacing: -2;

}

a:visited {
	text-decoration: underline;
	color: #99FF33;
}

a:hover {
	color: #99FF33;
}