 body {background-color: black}
p.one {font-family:  verdana; font-size:100%;  color:#FFFFFF}
p.two {font-family:  arial; font-size:100%; color:#FFFFFF}
h1   {font-family:  arial; font-size:300%}
h2  {font-family:  arial; font-size:200%}
h3  {font-family:  arial; font-size:100%}
    a:link {color: white}
    a:visited {color: white}
    a:hover {color: white}
    a:active   {color: white}
table.one  {table-layout:  automatic}
.three {
	background-color: #000000;
	background-image: none;
}

.two {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
}

    .one {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right top;
}

