div.container { 
margin-left: auto;
margin-right: auto;
width: 780px;
text-align: left;
background-image: url('background.jpg');
} 


body {
background-color: #000032;
text-align: center; 
margin: 0; 
padding: 0;
}

a.links {
    color:#D00000;
    font-size:12pt;
    font-weight:bold;
    font-family:comic sans MS, new york, times;
    text-decoration:none;
}

a.linksat {
    color:#ffd310;
    font-size:12pt;
    font-weight:bold;
    font-family:comic sans MS, new york, times;
    text-decoration:none;
}

a.links:hover {
    color:white;
    background-color:#000032;
}

div.title {
    color:#D00000;
    font-size:14pt;
    font-weight:bold;
    font-family:comic sans MS, new york, times;
    text-decoration:none;
}

td.headline {
    color:#ffffff;
    font-size:10pt;
    font-weight:bold;
    font-family:comic sans MS, new york, times;
    text-decoration:none;
}   

td.menu {
    color:#abcdef;
    font-size:8pt;
    font-weight:bold;
    font-family:comic sans MS, new york, times;
    text-decoration:none;
}  