 
<style type="text/css">
 
*{padding: 0; margin: 0;}

body {background-color: #ffffcc; font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size:10pt; color:navy;                   
}  

DIV {
 BORDER-RIGHT:brown 0px solid; PADDING-RIGHT: 10px; BORDER-TOP: brown 0px solid; 
PADDING-LEFT: 10px; PADDING-BOTTOM: 0px; MARGIN: 0px; BORDER-LEFT: brown 0px solid;
border-right:brown 0px solid; PADDING-TOP: 0px; BORDER-BOTTOM: brown 0px solid; 
}


h1 { font-family:Arial, sans-serif;  font-size: 15pt ;  weight: bold; color: #0000ff;  text-align:center; 
}
h2 { font-family:comic-sans-ms, arial, sans-serif;  font-size: 13pt ;  weight: bold; color: #0000ff ;  text-align:center;
}
h3 { font-family:Arial, sans-serif;  font-size: 11pt ;  weight: bold; color:#0000ff;  text-align:left;
}
#title {
 LEFT: 10px; WIDTH: 70%; POSITION: absolute; TOP: 10px; HEIGHT: 55px;
}
div1
{
float:center;
width:650px;
margin:0 0 15px 20px;
padding:15px;
border:1px solid black;
text-align:left;
}

#navigation {
 right: 15px; WIDTH: 150px; POSITION: absolute; TOP: 150px; 
}
#content {
 LEFT: 5px; WIDTH: 85%; POSITION: relative; TOP: 30px; font-family:arial, sans-serif; color:#000000; font-size:10pt; text-align:justify;
}
P {
 MARGIN: 5px 5px 1em; font-family:arial, sans-serif; font-size:10pt; color:#000000; text-align:justify;
}
}
a {
color: #0000cc;
font-family: arial, verdana,  helvetica, sans-serif;
font-weight: bold; font-size:11px;
text-decoration: none;
}
a:link {
color:#0000ff;
}
a:visited {
color: blue;
}
a:hover {
background-color: #ff99cc;
}
#nav{
   white-space : nowrap;
   background-color :#ffffcc;
   float : center;
    color : yellow;
   width : 90%;
   border-style : 0; 
   border-color :'';
   border-width : 0px 0 0px 0; 
} 
#nav ul{
   padding : 0;
   margin : 0;
   float :center;
}
#nav ul li{
   display : inline;
}
#nav ul li a{
   padding-left : 1em;
   padding-right : 0.5em;
   background-color : #501fb2;
   color : yellow;
   font-weight : bold;
   text-decoration : none;
   float : left;
   border-right-color :#fff999;
   border-right-style : solid;
   border-right-width : 1px;
   top: 280px
}
#nav ul li a:hover{
   background-color : #99CCFF;
   color : #cc0000;
} 

</style>
 </style>