#leftpadding {     position: absolute; 
                      top: 0px;     
                      left: 0px;  
                     width: 8em; } 
                     
#rightpadding {     position: absolute; 
                      top: 0;     
                      right: 0;  
                     width: 13em; } 
       

#content {    
               margin-left:16em; 
               margin-right:18em; } 
			     
.h {
	font-family: verdana,helvetica;
	color: #3c3c5c;
	background-color: #ffffff;
	font-size: 12px;
}
			   
.red {
	font-family: verdana,helvetica;
	color: #ffffff;
	background-color: #df0000;
	font-weight: bold;
	font-size: 16px;
}

.blue {
	font-family: verdana,helvetica;
	color: #ffffff;
	background-color: #3399FF;
	font-weight: bold;
	font-size: 16px;
}
.green {
	font-family: verdana,helvetica;
	color: #ffffff;
	background-color: #00df00;
	font-weight: bold;
	font-size: 16px;
}

img{  
  border:0px   none;  
  }   


h2{

font-size: 1.5em;

}