H1 		{ 
		color: #333399; 
		font-size: 20pt; 
		font-family: arial;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 2px;
		padding-bottom: 2px;
		}
H1.highlight 		{ 
		color: maroon; 
		font-size: 20pt; 
		font-family: arial;
		font-weight: bold;
		}
H2 		{ 
		color: #333399; 
		font-size: 14pt; 
		font-family: arial;
		background:#99CCFF;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 2px;
		padding-bottom: 2px;
		}
H3 		{ 
		text-align:justify;
		font-family: arial;
		font-size:12pt;
		padding-left: 10px;
		padding-right: 10px;
		}
H4 		{ 
		text-align:justify;
		font-family: arial;
		font-size:10pt;
		padding-left: 10px;
		padding-right: 10px;
		}		
P 		{ 
		text-align:justify;
		font-family: arial;
		font-size:10pt;
		line-height: 11pt;
		padding-left: 10px;
		padding-right: 10px;
		}
P.highlight 	{ 
		background: yellow;
		font-weight: bold;
		}
P.body 		{ 
		color: black;
		}
P.feature	{
		position: absolute; left: 50%; top:50px;
		}
P.menu_main
		{
		margin-left: 5; 
		margin-top: 0; 
		margin-bottom: 0;
		font-family: "Cooper Black";
		font-size: 12pt;
		}
P.menu	{
		margin-left: 10; 
		margin-top: 0; 
		margin-bottom: 0;
		line-height: 14pt;
		}
A.menu:link { 
		text-decoration: none;
		color: black;
		} 
A.menu:active {
		text-decoration: none;
		color: maroon;
		} 
A.menu:hover {
		text-decoration: none;
		color: maroon;
		}		
A.menu:visited 	{
		text-decoration: none;
		color: black;
		}
A:link 		{ 
		color: black;
		}
A:active 	{
		color: red;
		}
A:visited {
		color: black;
		} 
A.menu_main:link 		{ 
		text-decoration: none;
		color: maroon;
		}
A.menu_main:active { 
		text-decoration: none;
		color: blue; 
		}
A.menu_main:visited 	{
		text-decoration: none;
		color: maroon;
		}  
DIV		{
		background: white;
		position: relative;
		left: 5%; 
		width: 90% 
		}
DIV.left	{
		background: white;
		padding-left: 10px;
		padding-right: 10px;
		left: 5%; 
		width: 45%;
		float:left 
		}
DIV.right	{ 
		background: red;
		marging-left:50%;
		left: 50%; 
		width: 45%
		}
TD 		{ 
		text-align:center;
		font-family: arial;
		font-size:10pt;
		}
div#header {
    clear: both;
    height: 50px;
    background-color: aqua;
    padding: 1px;
}
div#left {
    float: left;
    width: 150px;
    background-color: red;
}
div#right {
    float: right;
    width: 150px;
    background-color: green;
}
div#middle {
    padding: 0px 160px 5px 160px;
    margin: 0px;
    background-color: silver;
}
div#footer {
    clear: both;
    background-color: yellow;
}