html, body, form, ul, p { margin: 0; }

ul li { list-style-type: none; }
#headermenu { margin: 20px; }
#headermenu ul li { display: inline; margin: 0 5px; font-size: 11px; }

h3, h5 { text-align: center; }

.table { /*background: #0a0a0a;*/ border-collapse: collapse; }
.table tr td { border: 1px solid #ffc; }
.table tr { /*background: #ff0;*/ }
.table tr th { /*background: #ccc;*/ border: 1px solid #ffc; }

.table .date { font-weight: bold; font-size: 12px; text-align: center; }

.small { font-size: 10px; }
.big { font-size: 14px; }
.bold { font-weight: bold; }
.alert, .table tr.alert { background: #f00; }