 * {
    padding: 0;
    margin: 0;
}

a:hover {
    color: #FF0000;
    text-decoration: none;
}

body {
    background-repeat: repeat-x;
    background-color: #000;
    background-attachment: fixed;
    text-align: center;
    padding: 0;
    margin: 0;
} .top a {
    color: black;
    text-decoration: none;
} .quote {
    font-style:italic
} .top a:hover {
    background-color: black;
    color: white;
} .ltable {
    float: left;
} .rtable {
    float: right;
    text-align: left;
} .clear {
    clear: both;
} .smallnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
} #header {
    background-color: white;
    width: 500px;
    margin: 25px auto;
    padding: 20px 150px 20px 50px;
    border: 2px solid gray;
    outline: 1px solid black;
    text-align: center;
    min-height: 60px;
} #page {
    background-color: white;
    width: 600px;
    margin: 50px auto;
    padding: 20px 50px;
    min-height: 700px;
    border: 2px solid gray;
    outline: 1px solid black;
    text-align: left;
} #gallery {
    background-color: white;
    width: 700px;
    margin: 50px auto;
    min-height: 1000px;
    border: 2px solid gray;
    outline: 1px solid black;
    text-align: left;
} #footer {
    background-color: white;
    width: 500px;
    margin: 25px auto;
    padding: 20px 150px 20px 50px;
    border: 2px solid gray;
    outline: 1px solid black;
    text-align: center;
    min-height: 60px;
} #header ul {
    list-style: none;
} #header li {
    display: inline;
    padding: 5px;
} #subul {
    margin-left: 20px;
}
caption.datatable {
     background-color:#FFFFFF;
     color:black;
     border-style:solid;
     border-width:1px;
     border-color:black;
} table.datatable { 
     font-family:verdana, arial, Helvetica, sans-serif;;
     border-collapse:collapse;
     font-size:9pt;
    /*  width:80%; */
     border-style:solid;
     border-color:black;
     border-width:1px;
} th.datatable {
     font-size:10pt;
     background-color:#FFFFFF;
     color:black;
     border-style:solid;
     border-width:1px;
     border-color:black;
     padding: 4px;
     text-align:center;
} tr.datatable { 
} td.datatable {  
     color:black;
     border-style:solid;
     border-width:1px;
     text-align:left;
     padding: 4px;
} ul {margin-left: 2.5em; padding-left: 0;
}   
