a {
color : #fff; 
text-decoration : none; 
border-bottom : 0px solid #000; 
} 
a:link {
color : #fff; 
text-decoration : none; 
border-bottom : 0px solid #000; 
} 
a:hover {
color : #000; 
text-decoration : none; 
border-bottom : 0px solid #fff; 
} 
a:active { 
color : #000; 
text-decoration : none; 
border-bottom : 0px solid #fff; 
} 
div#content a {
color : #ccc; 
text-decoration : none; 
border-bottom : 0px solid #000; 
} 
div#content a:link {
color : #ccc; 
text-decoration : none; 
border-bottom : 0px solid #000; 
} 
div#content a:hover {
color : #000; 
text-decoration : none; 
border-bottom : 0px solid #fff; 
} 
div#content a:active { 
color : #000; 
text-decoration : none; 
border-bottom : 0px solid #fff; 
} 
h1 {
font-family : Arial;
color : #fff;
border-bottom : #ccc dotted 1px;
background : transparent;
letter-spacing : 10px;
font-size : 14pt;
padding : 0px;
margin : 0px;
} 
h2 {
font-family : Arial;
color : #fff;
border-bottom : #000 solid 0px;
border-top : #000 solid 0px;
background : transparent;
font-size : 12pt;
letter-spacing : 2px;
padding : 5px;
padding-bottom : 0px;
margin : 0px;
} 
h3 {
font-family : Arial;
color : #fff;
border-bottom : #000 solid 0px;
border-top : #000 solid 0px;
background : transparent;
font-size : 10pt;
padding : 5px;
padding-bottom : 0px;
margin : 0px;
} 
body {
font-family : Arial; 
font-size : 12pt; 
color : #fff; 
background-color : #000;
margin : 0px; 
padding : 0px; 
} 
div ul {
font-size : 10pt;
list-style : none;
margin : 0px;
color : #fff;
font-family : Arial;
padding : 0px;
padding-left : 5px;
text-align : left;
}
div li {
padding-bottom : 2px;
margin : 0px;
}
p {
font-family : Georgia;
font-size : 10pt;
color : #ddd;
padding : 5px;
padding-top : 0px;
margin : 0px;
text-align : justify;
}
p.right {
text-align : right;
}
#content {
position : absolute;
left : 200px;
right : 0px;
top : 200px;
width : 590px;
padding : 5px;
border : 1px dashed #999;
background-color : #333;
color : #fff;
font-family : Arial;
font-size : 10pt;
}
#navigation {
position : absolute;
left : 0px;
right : 0px;
top : 200px;
width : 190px;
height : 100%;
padding : 5px;
margin-left : 0px;
border : 1px dashed #999;
border-right : 0px;
background-color : #666;
color : #fff;
font-family : Verdana;
font-size : 8pt;
}
#logo
{
position : absolute;
left : 0;
right : 0px;
top : 0px;
width : 800px;
height : 200px;
padding : 0px;
border : 0px solid #fff;
background-color : transparent;
color : #fff;
font-family : Arial;
font-size : 16pt;
background-image : url(logo.jpg);
background-repeat : no-repeat;
}