body {
       color: #BBBBBB;
       background-color: #533419;
       font-family: Arial, Helvetica, sans-serif;  
       font-size: 13px;
} 

a {
       color: #7C7062;  
       text-decoration: none;
}

.detail { 
       list-style-type: disc;  
       list-style-position: inside;
       background-color: #B4A28F;
       color: #000000;
       clear: both;
       font-family: Arial, Helvetica, sans-serif;
       font-size: 13px;
       border: 1px solid #382E1C;
       padding: 5px;
       margin-top: 3px;
}

.category {
       font-family: "Arial Black";
       width: 600px;
       margin: 0 auto;
       background-color: #7C7062;
       padding: 1px;
       color: #EEEEEE;
}
   
.highlight {
       color: #7C7062;
}

.updated {
       color: #B4A28F;
       font-size: 10px;
       text-align: right;
}

.code {
       font-family: Courier;
}
    
.date {
       font-style: italic; 
}
   
.emphasis {
       font-weight: bold;
}

ul {
       padding:0;
       margin:0;
}

