﻿body
{
	width: 850px;
	padding: 0px;
	margin: 0px auto;
	background-color: #E6E6FA;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
}

img
{
	border-style: none;
	border-color: inherit;
	border-width: 0px;
}

#container
{
	padding: 10px;
	border: 2px solid blue;
	border-top-width: 0px;
	background: #E6E6FA;
	color: #333333;
}

h1
{
	font-family: Times New Roman, Arial, sans-serif;
	width: 850px;
	font-size: 2em;
	font-weight: 500;
	font-style: normal;
	background-color: #00008B;
	color: #ff9900;
	text-align:center
}
	 	
h2	{	
	font-family: Times New Roman, Arial, sans-serif;
	width: 850px;
	font-size:	1em;
	font-weight:	500;
	font-style:	normal;
	background-color: #00008B;
	text-align:left;
	color: #ff9900;
	}	
		
h3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.00em;
	font-weight:	500;
	font-style:	normal;
	color: Red;
	text-align:center
	}	
		
h4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 830px;
	font-size:	1.33em;
	font-weight:	500;
	font-size: 16px;
	color: navy;
	text-align: right;
	font-style:italic;
	background-color: #f0e68c;
	}

#content
{
	padding: 10px;
	border: 2px solid blue;
	border-top-width: 0px;
}		
