body {
 background: #7878AC;
 color: black;
 font-family: Arial, Helvetica, sans-serif;
}

table {
 background: white;
 color: black;
 border: 4px solid #0000AC;
 width: 710px;
 margin-left: auto;
 margin-right: auto;
}

td {
 padding: 0px;
}

td.border {
 border: 1px solid #DF0029;
}

a:link, a:visited, a:active {
 font-size: small;
 background: white;
 color: #DF0029;
 text-decoration: none;
}

a:hover {
 background: white;
 color: #DF0029;
 text-decoration: underline;
}

img.button {
 width: 142px;
 height: 50px;
 border: 0px;
}

img.title {
 width: 720px;
 height: 142px;
}

div.content {
 font-size: small;
 margin: 10px 2% 10px 2%;
}

div.credit {
 font-size: x-small;
 text-align: right;
}

h3 {
 background: white;
 color: #0000AC;
}

h4 {
 background: white;
 color: #0000AC;
 margin: auto auto 3px auto;
}

div.month {
 margin-bottom: 15px;
}

.date {
 background: white;
 color: #0000AC;
 border-bottom: 1px solid #0000AC;
}

.news {
 border-left: 1px solid #DF0029;
 padding-left: 3px;
 margin-bottom: 5px;
 margin-left: 20px;
}

.float {
 font-family: Arial, Helvetica, sans-serif;
 float: left;
 font-size: small;
 margin: 10px 15px 8px 0px;
/* border: 1px solid black; */
}

table.hidden {
 border: 0px solid black;
 width: auto;
 font-size: small;
 margin: 0px;
}

input {
 font-size: small;
}

input.field {
 background-color: white;
 border: 1px solid;
 border-top-color: #0000AC;
 border-left-color: #0000AC;
 border-bottom-color: #DF0029;
 border-right-color: #DF0029;
}

input.button {
 background-color: white;
 border: 2px solid;
 border-top-color: #0000AC;
 border-left-color: #0000AC;
 border-bottom-color: #DF0029;
 border-right-color: #DF0029;
}

textarea {
 background-color: white;
 font-family: Arial, Helvetica, sans-serif;
 font-size: small;
 border: 1px solid;
 border-top-color: #0000AC;
 border-left-color: #0000AC;
 border-bottom-color: #DF0029;
 border-right-color: #DF0029;
}

span.super {
 font-size: x-small;
 vertical-align: super;
}

div.invisible {
 visibility: hidden;
}