BODY    {
	margin-left: 10%;
	margin-right: 5%; 
	background:  URL(images/background.gif) #DCF0BC left repeat-y;
	color: black;
	}

P 	{	
	color: black;
	background: #DCF0BC none;
	text-align: left;
	}

A 	{	
	text-decoration: underline;
	color: #947C7C;
	background: #DCF0BC none;
	}

A:hover {
	text-decoration: none;
	background: #947C7C none;
	color: black;
	}

A:active {
	text-decoration: none;
	background: #947C7C none;
	color: red;
	}

IMG 	{
	float: right;
	}


H1	{
	background: #DCF0BC none; 
	color: white;
	text-align: center;
	font-family: Sans-serif;
	font-weight: bold;
	font-size: 300%;
        border: none;
        margin: 0px;
	}

H2	{
	font-weight: bold;
	font-size: 150%;
	font-family: Sans-serif;
	text-align: center;
	background: #947C7C none; 
	color: #DCF0BC;
	padding: 2%;
        margin: 0px;
        border: none;
	}

UL	{
	color: black;
	background: #DCF0BC none;
	}

LI	{
	list-style-type: square;	
	}

P.hidden {
        display: none;
	}
