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: #bcc7b9;
	background: #D2D9D2;
}

p
{
	font-family: arial, Verdana, "Times New Roman", sans-serif;
	font-size: 150%;
	font-style: normal;
	margin-left: 13%;
	margin-right: 13%;
	text-align: justify;
	color: #006633;
	text-indent: 2em;
}

a {text-decoration: none;}
a {font-style: italic;}
a:link {color: blue;}
a:visited {color: red;}
a:active {color: aqua;}
a:hover {color: gold;}

div.cent
{
        text-align: center;
        margin-top: 10%;
        margin-bottom: 10%;
}

img
{
        height: auto;
        width: auto;
}

#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;
}
