/* CSS Document */


body
{ 
background-image: url('pagebackground.gif');
background-repeat: no-repeat;
background-color: black; 
background-attachment: fixed;
background-position: top center;
padding: 5px;
color: white;
font-family: Arial;
size: large;

}

a:link, a:visited
{
font-size: small;
padding: 0px;
margin: 0px;
font-family:"Verdana","sans-serif";
color: blue;
text-decoration: none; }


a:link.bottom, a:visited.bottom
{
font-size: xx-small;
padding: 0px;
margin: 0px;
font-family:"Verdana","sans-serif";
color: red;
text-decoration: underline; }

table
{
table-layout: fixed;
table-background: black;
width: 700px;
padding: 10px;



}


table.heading
{
table-layout: auto;
table-background: black;
width: 720px;
height: 125px;
padding: 20px;
border-color: black;
}

table.accused
{
table-layout: fixed; 
width: 700px; 
border: none; 
border-spacing: 20px;
font-size: small; 
background-color: black; 
padding: 15px;
}

td, th{
	
color: white;
vertical-align: top;
padding: 20px;
}