title
{
	font-family: arial, Verdana, "Times New Roman";
        font-style: italic;
	font-weight: bold;
}

h1,h2,h3
{
	text-align: center;
	font-family: arial, Verdana, "Times New Roman";
	font-size: 240%;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 7%;
	margin-bottom: 8%;
	color: #458B74;
}

body
{
	background: #D2D9D2;
}

dl {
	margin-left: 8%;
	margin-right: 8%;
	font-family: Arial, Verdana, "Times New Roman", sans-serif;
	text-align: left;
	#text-indent: 1em;
	list-style-type: none;
}

dt {
	font-weight : bold;
	font-size: 160%;
	font-style: italic;
	color: #006633;
	text-indent: 1em;
}

dd {
	font-size: 150%;
	color: #006633;
	margin-left: 3em;
	margin-right: 4em;
	text-align: justify;
}

#footer
{ 
        text-align: center; 
        width: 13%;
        padding: 10px;
        margin-top: 9%;
        margin-left: 43%;
        color: white;
        letter-spacing: .09em;
        border-style: double;
        border: 5px solid #ccc;
        vertical-align: bottom;
}