body
{
font-size: 100%;
font-family: verdana,arial,'sans serif';
background-image: url('gradient.png');
background-repeat: repeat-x;
background-color: white;
color: black;
margin: 100px;
}

UL { 
    background: #3A491F; 
    margin: 12px 12px 12px 12px;
    padding: 3px 3px 3px 3px;
    /* No borders set */
    }
LI { 
    color: white;                /* text color is white */ 
    background: #BAC78F;         /* Content, padding color */
    margin: 12px 12px 12px 12px;
    padding: 12px 0px 12px 12px; /* Note 0px padding right */
    list-style: none             /* no glyphs before a list item */
                                 /* No borders set */
    }
LI.withborder {
    border-style: dotted;
    border-width: medium;        /* sets border width on all sides */
    border-color: red;
    }

h1 {font-size:200%;}
h2 {font-size:140%;}
h3 {font-size:110%;}

th {background-color:#D9E6AE;}

ul {list-style:circle;}
ol {list-style:upper-roman;}

a:link {color:#000080;}
a:hover {color:red;}
