
body { background-color: rgb(51, 102, 102); }

p,li { font-family: Arial,Helvetica,sans-serif; 
	 color: rgb(116, 181, 60); 
	 font-weight: bold; 
	 text-align: justify; }

h1, h2	{ font-family: Arial,Helvetica,sans-serif; 
	 color: rgb(116, 181, 60); 
	 font-weight: bold; 
	 text-align: center; }

a:link { color: rgb(51, 204, 0); text-decoration:none; font-weight:bold; }
a:visited { color: rgb(51, 204, 0); text-decoration:none; font-weight:bold; }
a:focus { color: rgb(51, 204, 0); text-decoration:none; font-weight:bold; }
a:hover { color: rgb(51, 255, 51); text-decoration:none; font-weight:bold; }
a:active { color: rgb(51, 204, 0); text-decoration:none; font-weight:bold; }