
body{
 margin: 0;
 padding:0;
 background: #9999CC;
 color: #000066;
 font:  medium  'New Times Roman', Serif;}

A:link
{ text-decoration: none; color:#003366; font-weight:bold;}
A:visited
{ text-decoration: none; color:#330033;}
A:active
{ text-decoration: none; color:#000033; background: #663366}
A:hover
{ text-decoration: none; color:#000033; background: #CCCCFF}
	 
#h1{
 height:80px;
 background: #9999CC url(header.gif) no-repeat center;
 border:inset #003366;
 border-width:7px 7px;
 margin:10px 10px 10px 10px;}

#menu{
 position: absolute;
 top: 125px;
 left: 10px;
 width: 150px;
 border: 3px inset #003366;
 background: #9999CC;
 color: #000066;
 margin: 0px 10px 10px 0px;
 padding: 0px;
 line-height: 150%;
 }

#content{
 margin: 20px 20px 20px 180px;
 border: 2px solid #000000;
 background: #9999CC;
 color: #000066;
 padding: 20px;
 position :relative;
 font:  small  'New Times Roman', Serif;

 }