body
{
	background-color: #ffffff;
	font-family: "Verdana";	
}

#root
{
	text-align: center;
	border: 0;
	width: 500px;
}

#header
{
	font-family: "Verdana";	
	font-size: 20pt;
	color: #3BBE26;
}

#state
{
	color: #696969;
	font-size: 10pt;
	width: 420px;
}

.enter
{
	font-size: 8pt;
	color: #696969;
}

img
{
	border: 1px solid #333333;
}

a:link
{
	text-decoration: underline;
	color: #696969;
}
a:visited
{
	text-decoration: underline;
	color: #696969;
}
a:hover
{
	text-decoration: underline;
	color: #696969;
}
a:active
{
	text-decoration: underline;
	color: #696969;
}
a:focus
{
	text-decoration: underline;
	color: #696969;
}

