/* Created using Style Master from Western Civilisation CSS1 { 0 45 558 626 } */

/* Background colour */

body {
    background-color:rgb(126,37,19);
    background-image: url("xmas_header.jpg");
    background-repeat:no-repeat;
    background-position:top;
    background-size:initial;
}

.layout {
    background-color: transparent;
    border: none;
}

/* Basic font etc. */

/* Because Netscape Navigator 4 does not allow inheritance into tables, and breaks inheritance after tables, rather than simply setting properties on the body and relying on inheritance, we explicitly set the properties using a selector group. */

body, p, li {
    color: #FFFF00;
    /* font-family: Verdana, Arial, Helvetica, sans-serif; */
    text-align: left;
}

/*
p, li {
   font-size: 1em;
}
*/

h1, h2, h3, h4, h5, h6 {
    color: yellow;
    /* font-family: Verdana, Arial, Helvetica, sans-serif; */
}

/*
h1 {
    font-size: 1.5em;
    margin-top: 0px;
}

h2 {
    font-size: 1.2em;
}

h3 {
    font-size: 1em;
}

h4 {
    font-size: 1em;
    font-style: italic;
    position: relative;
    top: 0pt;
}

h5 {
    font-size: 1em;
    text-decoration: underline;
}

h6 {
    font-size: 1em;
    font-style: italic;
    text-decoration: underline;
}
*/

div.header 
{  
    text-align: center;
}

div.footer {
    text-align: center;
}

table 
{
    background-color: transparent;
    color: Black;
    border-style: outset;
}

th {
   font-weight: bold;  
}

table.plain
{
    background-color: white;
}

caption {
    caption-side: top;
    color: yellow;
    font-size: 14pt;
    font-weight: normal;
}

.menu-active {
    text-align: center;
    color: navy;
}

.menu-inactive {
    color: white;
    text-align: center;
}

a:link {
    color: navy;
}

a:visited {
    color: aqua;
}

form.logon {
    background-color: #009999;
    border: 1px;
    margin: 0px;
    padding: 0px;
}

input.logon {
    background-color: #CECECE;
    font-family: Verdana, Arial;
    font-size: 8pt;
}

.btn-space {
    margin-left: 10px;
    margin-right: 10px;
}

.normal {
    color: black;
    font-size: 10pt;
    text-align: center;
}

.header {
    color: black;
    font-size: 12pt;
    font-weight: bold;
}

.error {
    color: #FF0000;
    font-size: 12pt;
    font-weight: bold;
}

.question {
    color: black;
    font-size: 10pt;
    font-style: italic;
    text-align: left;
}

.answer {
    color: yellow;
    font-size: 10pt;
    text-align: left;
}

