body {
background-color: #ffffff;
color: #000000;
}

body.menu {
background-color: #f7f1ce;
color: #000000;
}

li {margin-bottom: 6px;
}

.center {
text-align: center;
}

a:link {
color: #0000ff;
text-decoration: underline;
}

a:visited {
color: #990066;
text-decoration: underline;
}

a:hover {
color: #ff0000;
text-decoration: underline;
}

a:active {
color: #ff0000;
text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
font-weight: bold;
color: #663300;
}

hr {
color: #663300;
height: 1px;
}

div.footer {
text-align: justify;
font-size: 0.8em;
}

table.bordered {
border-style: solid;
border-width: 3px;
border-color: #663300;
background-color: #f7f1ce;
margin-left: auto; margin-right: auto;
}

table.bordered th {
border-style: solid;
border-width: 1px;
border-color: #663300;
background-color: #993300;
color: #ffffff;
font-weight: bold;
}

table.bordered td {
border-style: solid;
border-width: 1px;
border-color: #663300;
}

table.act {
border: none;
width: 100%;
background-color: transparent;
}

td.date {
border: none;
background-color: #993300;
color: #ffffff;
text-align: center;
}

span.pcr {
color: #ff0000;
font-weight: bold;
}
