/* style.css - feud style sheet */

BODY
   {
   color:330000;
   background: #7cc667;
padding: 30px;
	margin: 0px;
	border-top:1px solid #003333;
border-bottom:5px solid #4f3b00;
   }
a {
	text-decoration:none;
	font-weight:bold;
	color:#161c00;
	
	}
	
a:visited {
	color:#9b7f4d;
	
	}

