BODY, BLOCKQUOTE { 
   background-color: white;
   background-repeat: repeat-y;
   background-image: url('57side.gif');
   background-attachment: fixed; 
}
P {
   font-family: arial,helvetica,sans-serif;
   font-size: 16px;
   }
H1, H2, H3, H4, H5, H6 {
   font-weight: bold;
   text-align: center;
   color: #6600CC;
   background: transparent;
   }
A:link {
   color: navy;
   background: transparent;
   font-weight: bold;
   font-size: 16px;
   }
A:active {
   text-decoration: line-through;
}
A:visited {
   color: navy;
   background: transparent;
   text-decoration: underline;
   font-weight: bold;
   font-size: 16px;
}
A.here {
   color: grey;
   background: transparent;
   text-decoration: underline;
   font-weight: bold;
   font-size: 16px;
}
A:hover {
   text-decoration: line-through;
   color: blue;
   background: transparent;
   font-weight: bold;
}
A:focus {
   text-decoration: line-through;
   color: brown;
   background: transparent;
   font-weight: bold;
}
HR {
   background-color: #660066;
   width: 75%;
   height: 5px;
}
TD { 
   font-family: arial,helvetica,sans-serif;
   font-size: 16px;
}
ul.inline {
list-style-type: none;
text-align: center; 
}
ul.inline li {
font-size: 16px; 
white-space: nowrap;
display: inline;
}
dl {
font-size: 16px; 
}
ol {
font-size: 16px; 
}