table.hosting {
    border-top: solid 1px #AAAAAA;
    border-left: solid 1px #AAAAAA;
    border-right: solid 1px #AAAAAA;
}

table.hosting th {
    font-size: 10pt;
    border-bottom: solid 1px #AAAAAA;
}

table.hosting th a {
    font-weight:normal;
    font-size: 7pt;
    text-decoration:none;
    color: blue;
}
table.hosting th a:hover {
    text-decoration:underline;
}


table.hosting td {
    padding: 2px;
    font-size: 8pt;
    border-bottom: solid 1px #AAAAAA;
}


table.hosting th.odd, table.hosting td.odd {
    background-color:#DDDDDD;
}
