html>body {
    background-color: #666666;
    color:rgb(255,255,255);
    margin:auto;
    padding:10px 30px;
    width:570px;
    font-size:12pt;
    font-family:"Lucida Grande","Lucida Sans Unicode","Helvetica",sans-serif;
}

#info {
    
    background-color:rgb(58,58,58);    
    color:rgb(0,176,171);
    clear:both;
    padding:10px;
    margin-top:35%;
}



a, a:visited, a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

div#info a, div#info a:hover, div#info a:visited {
    color:rgb(0,176,171);
}



p,h1,h2,h3 {
    padding:0px;
    margin:0px;
}

p,li,ul,h3 {
    color:rgb(155,155,155);
}

h1,h2,h3 {
    font-family:Georgia,"Hoefler Text",serif;
}

h1 {
    font:1.5em bold;
}

h2 {
    font:1.5em bold;
}

h3 {
    font:1.2em bold;
    padding:0px;
    margin:0px;
}


a img, a:hover img, a:visited img, .valid a, .valid a:hover, .valid a:visited {
    border:none;
    border-bottom:0px;
    text-decoration:none;
}
