body {
background-image: url(Background.bmp);
background-color: #051166;
background-repeat: repeat-x;
text-align: center;
color: #ffffff;
font-family: papyrus}

table.outer {
empty-cells: show;
border-spacing: 0px;
border-style: solid;
border-width: 1px;
border-color: #ffffff;
color: #051166;
text-align: center;
margin-left: auto;
margin-right: auto;
background-image: url(Background2.bmp);
background-repeat: repeat-x;

}

table.inner {
empty-cells: show;
border-spacing: 10px;
border-style: solid;
border-width: 1px;
border-color: #ffffff;
color: #ffffff;
text-align: center;
margin-left: auto;
margin-right: auto;
background-color: 0c4886;
}

a:link {
color: ffffff;
border: none;}

a:visited {
color: ffffff;
border: none}





ffffff - white
000000 - black
33ccdd - blue (inner table)
3399dd - dark blue (outer table)
3377dd - darker blue (body)

