body { 
       background-color:#000000;
       font-family: verdana;
	   padding: 20px;
       margin: 0px;}

A:link    {text-decoration:underline; color: #ffffff;}
A:visited {text-decoration:none; color: #cccccc;}
A:active  {text-decoration:none; color: #cccccc;}
A:hover   {text-decoration:underline; color: #cccccc;}

h1 {font-family: geniva; font-size: 16px; color: #F8565C;}
h2 {font-family: geniva; font-size: 14px; color: #66CCFF;}				
h3 {font-family: geniva; font-size: 12px; color: #66CCFF;}
h4 {font-family: geniva; font-size: 12px; color: #66CCFF;}
h5 {font-family: geniva; font-size: 12px; color: #66CCFF;}
h6 {font-family: geniva; font-size: 12px; color: #66CCFF;}
p {text-align: justify;    
   margin-top:3px;
   margin-right:5px;
   margin-left:5px;
   margin-bottom:3px;
   font-size: 11px; color: #CCCCCC; 
}		
object {align: centre;
      margin: 20px 5px 20px 5px;}
	  
.header{
   position: relative;
   float: left;
   left: 0.50%;
   width: 980px;
   background-color: #000000;
}
.wrapper{
   margin: 0 auto;
   position: top;
   float: none;
   left: 0.50%;
   width: 980px;
   background-color: #000000;
}
.left{
   float: left;
   left: 0.00%;
   width: 49.00%;
   background-color: #000000;
   border-right: #CCCCCC solid 1px;
   border-bottom: #CCCCCC solid 10px;
}
.right{
   float: right;
   right: 0.00%;
   width: 49.00%;
   background-color: #000000;
   border-top: #CCCCCC solid 1px;
   border-left: #CCCCCC solid 1px;    
}
.indent{
margin-left: 10px;
}
.line{
margin-left: 10px;
line-height: 1.7em;
}

