body { 
background-color:black;
background-image:url('../backgrounds/dgrey_b005.jpg');
background-repeat:repeat-y; } 

h1, h2, h3, h4 { 
color:#AF0000; }

td { 
border:dotted 1px maroon; }

a:link {color: #00FF00}
a:visited {color: #AA0000}
a:focus {color: #AA0000}
a:hover {color: #00AA00}
a:active {color: #0000FF}  

td>p { 
margin: 6px auto; 
text-indent:0; 
color:#C0C0C0;
}

table {
margin: auto auto;
}

.center {text-align: center; }