body { color: black; font-family: Arial, Verdana, Helvetica, sans-serif; background-color: #88888a; background-image: url(../images/bg.jpg); background-repeat: repeat-x; }
table { border: solid 2px black; }
p { font-size: 12px; margin-top: 4px; margin-bottom: 4px; margin-left: 20px; }
h3 { font-size: 1.17em; font-weight: bold; margin: 0 0 1em; }
h4 { font-weight: bold; margin: 2px 0 2px 10px; }

a:visited { color: #808080; font-size: 12px; text-decoration: none; }
a:link { color: #808080; font-size: 12px; text-decoration: none; }
a:hover { color: #0b509f; font-size: 12px; text-decoration: underline; }

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}