/* CSS Document */
body {
	background-color: #FFFFFF;	
	color: #A8BF55;
	font-family:Arial,Times,Times New Roman, Sans Serif, Georgia;
	font-size:13px;
}
#container {
	width: 600px;
	text-align:justify;
	background-color: #FFFFFF;
	padding: 40px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
h1, h2 {
	text-align:center;
	font-weight:normal;
}
p {
	color:#998;
}
a, a:link, a:visited {
	color: #A8BF55;	
	text-decoration: none;
}
a.enter {
	color:#A9C04B;
}
p.win {
	text-align:center;
	text-transform: uppercase;
}
.style1 {font-size: 14px}