body
{
background-image: url(images/bg.jpg);
height:100%;
margin: 0; 
padding: 0;
color: black;
font-size: x-small;
font-family: arial, sans-serif
}

table.main
{
height: 100%;
width: 700px;
}

table.copy
{
background-color: gray;
border: thin solid black;
width: 500px;
}

table.footer
{
height: 3%;
width: 700px;
}

table.hundredpercent
{
height: 100%;
}

p.rightalign
{
text-align:right;
}

span.one
{
color: black;
text-decoration: none;
font-size: medium;
/*font-family: times, serif;*/
font-family: arial, sans-serif;
}

span.two
{
color: white;
text-decoration: none;
font-size: large;
/*font-family: times, serif;*/
font-family: arial, sans-serif;
}

span.three
{
color: black;
text-decoration: none;
font-size: x-small;
/*font-family: times, serif;*/
font-family: arial, sans-serif;
}

a.disclaimer
{
color: black;
font-size: x-small;
font-family: arial, sans-serif;
text-decoration:none;
}

a.disclaimer:hover
{
color: gray;
font-size: x-small;
font-family: arial, sans-serif;
text-decoration:none;
}*/