h1 {
color: #ffff00;
font-size:10pt;
}
h2 {
color:#FFffff;
font-size:12pt;
font-weight: bold
}
h3 {
color:#FF0000;
font-size:8pt;
}


#left {
position: absolute; 
left: -2000px;
width: 600px;
visibility: hidden;
}

.left {
position: absolute; 
left: -2000px;
width: 600px;
visibility: hidden;
}
