body {
background-color: #000000;
color: #000000;
font-family: "Courier New";
}

td.meat{
background-color: #FFFFFF;
width: 413px;
height: 500px;
vertical-align: middle;
padding: 25px 50px 25px 50px ;
}

pre {
font-family: "Courier New";
font-size: 14px;
}

pre.quote {
font-size: 12px;
font-style: italic;
}


/* defines the links */
  /* unvisited link */
a:link {
color: #3376e8;
text-decoration: none;
font-size: 22px;
font-weight: bold;
} 
/* visited link */    
a:visited {
color: #3376e8;
text-decoration: none;
font-size: 22px;
font-weight: bold;
}
  /* mouse over link */
a:hover {
color: #63a6ff;
text-decoration: underline;
font-size: 22px;
font-weight: bold;
}
/* selected link */   
a:active {
color: #3376e8;
text-decoration: none;
font-size: 22px;
font-weight: bold;
}   