/* CSS Document */
html, body {
margin-top: 30px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
background-color : ##003399;
}
a:link {
color : #000000; 
text-decoration : underline;
} 
a:visited {
color : #000000; 
text-decoration : underline; 
} 
a:active {
color : #000000; 
text-decoration : underline; 
} 
a:hover {
color : #0000ff; 
text-decoration : none; 
}
#mybody {
background-color : #000000; 
background-image : url("images/bg.png"); 
background-repeat : repeat-x;
}