@import url("common.css");

li, td { font-size: small; font-family: Arial; margin-top: 0.5em }
h1 { font-size: medium; text-align:center }
body{
    margin-left: 10px;
    line-height: 1em;
}

a:hover { background: #000000; color: white }
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
