body {
    background-color: #000000;
    margin-top: 25px;
    margin-left: 8%;
    margin-right: 8%;
    font-family: calibri, candara, century gothic, sans-serif;
    color: #ffffff;
}

a img {
    border-style: solid;               /* stupid chrome (only) has a default style of "none" */
    border-width: 2px;
}

a:link    { text-decoration: none; }   /* stop firefox from underlining the world */
a:visited { text-decoration: none; }
a:focus   { outline: none; }           /* stop #$*&^! firefox from putting dashed borders around clicked links */

p {
    margin-top: 16px;
}

hr.big { height: 4px; }

img.home {
    vertical-align: middle;
    border-width: 0;
}
img.ball {
    margin-right: 2px;
    margin-top: 3px;
}
img.thumb {
    margin-left: 6px;
    margin-right: 10px;
    margin-top: 4px;
    margin-bottom: 4px;
    float: left;
}
img.thumbInTable {
    margin-left: 0px;
    margin-right: 8px;
    margin-top: 4px;
    margin-bottom: 4px;
    float: left;
}

.bold   { font-weight: bold;  }
.italic { font-style: italic; }
.center { text-align: center; }



