A:link
{ text-decoration: none; color:#CCCCCC; }
A:visited
{ text-decoration: none;  color:#CCCCCC; }
A:active
{ text-decoration: none; color:#CCCCCC; }
A:hover
{ text-decoration: line-through;  color:#CCCCCC; }

body 
{ background: #006600; 

font-family: Arial; 
font-size: 11pt;
color: #CCCCCC ; }

h1 {
font-family: Arial;
font-size: 10pt;
text-align: center;
color: #CCCCCC;
background-color: #006600;
}

h2 {
font-family: Arial;
font-size: 60pt;
color: #CCCCCC;
background-color: #006600;
}

#logo {
position: absolute;
left: 5px;
top: 0px;
width: 223px;
}

#lhf {
position: absolute;
left: 223px;
top: 100px;
}

#content {
position: absolute;
left: 10px;
width: 100%;
height: 45%;
top: 300px;
background-color: #FFFFFF;
border: 5px double;
border-color: #CCCCCC;
overflow: auto;
}