@charset "UTF-8";

body, html {
	color: white;
	background-color: #339900;
	text-align: center;
}

#container {    
	width: 600px; 
	margin-top: 100px;  
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
}

h1 {
	color: white;
	font-weight: 100;
	line-height: 20px;
	font-size: 18px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

p {
	color: white;
	line-height: 14px;
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

c {
	color: white;
	line-height: 12px;
	font-size: 10px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
