body
{
 background-color: black;
 color: white;
 font-size: 20px;
 font-family: arial, sans-serif;

}
table.address
{
 margin: auto;
}
table.address td
{
 vertical-align: top;
}
td.addr-left
{
 font-weight: bold;
 text-align: right;
 padding-right: 12px;
 padding-bottom: 24px;
}
img
{
 margin-bottom: 48px;
}
a
{
 color: white;
 text-decoration: none;
}
a:hover
{
 color: white;
 text-decoration: underline;
}