body {
    background: #99CCCC;
    color: white;
}
h1{
    font-size: 30px;
    font-family: tahoma;    
}
table, tbody, td, th {
    color: white;
    border: 1px solid white;
    margin: 10px;
    padding: 10px;
    font-size: 20px;
}
td, th, p{
    background: #66CC99
}
a{
    font-family: Courier New;
}
