body {
 background-color: #d5d98c;
 font-family: Trebuchet MS, Arial; color: #2b6809;
 font-size: 12px;
 text-align: left;
 line-height: 21px;
}

a:link, a:visited, a:active { 
 text-decoration: none;
 color: #800000;
}

a:hover {
 text-decoration: underline;
 color: #2b6809;
}

ul {
 list-style: disc ;
}

ol {
 list-style: circle;
}

table {
 table-layout: auto;
 font-size: 12px;
 border-style: dashed;
 border-color: #2b6809;
 border-width: 0px;
}

h1 {
 font-family: Trebuchet MS, Arial; color: #800000;
 font-size: 15px;
 text-indent: 10px;
 letter-spacing: 4px;
 border-bottom: 1px solid #2b6809;
 text-align: left;
}

#link {
 line-height: 24px;
}