body{
background-color:rgb(255,255,255);
background-image:url(http://mike5816.tripod.com/graphics/background.gif);
background-repeat:repeat;
background-attachment:scroll;
}

div.center{
text-align:center;
}

div.left{
text-align:left;
}

h1{
font-family:"Bookman","Times New Roman",serif;
font-weight:bold;
font-size:large;
color:rgb(0,191,0);
}

p{
font-family:"Bookman","Times New Roman",serif;
font-weight:bold;
font-size:medium;
color:rgb(0,0,191);
}

span.link{
text-decoration:underline;
border-style:none;
}

span.facts{
font-weight:normal;
}

a{
border-style:none;
}

table{
background-color:transparent;
border-style:none;
margin-right:auto;
margin-left:auto;
}

tr{
border-style:none;
vertical-align:top;
}

td.left{
border-style:none;
margin-left:10px;
width:25%;
}

td.right{
border-style:none;
text-align:right;
width:75%;
}