a:link {color: #001C53; text-decoration: none;}
a:visited {color: #001C53; text-decoration: none;}
a:active {color: #001C53;text-decoration: none;}
a:hover {color: #000000; text-decoration: line-through;}

BODY { 
font-family: Arial;
font-size: 12pt;
background-color: #FFFFFF;
color: #001C53;
text-align: justify;
}

#content {
position: absolute;
top: 152px;
left: 20%;
width: 446px;
height: 300px;
overflow: auto;
padding: 2px;
}

#banner {
position: absolute;
top: 0px;
left: 20%;
}

#footer {
position: absolute;
left: 20%;
top: 452px;
width: 446px;
border: 1px solid;
border-color: #001C53;
}