body
{
	font-family: "Times New Roman", Times, serif;
	background-color: rgb(73,184,255);
	color: white;
	margin: 0;
	padding: 0.25em 0.33em 0.125em;
}

p
{
 margin: 1em 0; 
 padding: 0;
}

h1, h2, h3, h4, h5, h6
{
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-weight: normal;
	font-style: normal;
}

table
{
 color: black;
 background-color: transparent;
}

div
{
 text-align: center;
 color: black;
}

div#title
{
 font-size: 2.5em;
 font-weight: bold;
 line-height: 1.2;
 background: #3A6EA5;
 padding: 0.25em 0.33em 0.125em;
 border-bottom: 5px double #000;
 border-right: 5px double #000;
 border-top: 3px double #FFF;
 border-left: 3px double #FFF;
 margin: .5em .5em 1em .5em;
}

div#menu
{
 font-size: 1em;
 font-weight: normal;
 line-height: 1.2;
 background: #49B8FF;
 color: black;
 margin: 1em 15% 3em;
 border-bottom: 3px double #FFF;
 border-right: 3px double #FFF;
 border-top: 5px double #000;
 border-left: 5px double #000;
 padding: .7em
}

div#main
{
	font-size: 1em;
	line-height: 1.2;
	font-weight: normal;
	font-style: normal;
	background: #49B8FF;
	color: black;
	margin: 1em 10% 3em;
	border-bottom: 3px double #CCC;
	border-right: 3px double #CCC;
	border-top: 5px double #333;
	border-left: 5px double #333;
	padding: .7em;
}

div#content
{
 text-align: justify;
}

div#content p
{
 text-indent: 10%;
}

div#contact
{
 margin: 2em 10% 2em;
 border-top-style: groove;
 background-color: transparent;
 font-size: 1em;
 color: black;
 line-height: 1em;
}

div#footer
{
 font-size: 1em;
 font-weight: bold;
 line-height: 1.2;
 background-color: #3A6EA5;
 color: white; 
 padding: .5em 1em .5em;
 border-bottom: 5px double #000;
 border-right: 5px double #000;
 border-top: 3px double #FFF;
 border-left: 3px double #FFF;
 margin: 1em .5em 1em .5em;
}
