body {
font-family: arial, helvetica, sans-serif;
background-color: #b9d6ee; /*light blue*/
font-size: 95%;
font-weight: normal;
color: black;
display: table;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
align: middle;
}

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline}

ul {
list-style-image: url(graphics/arr.gif);
margin-left: 5px;
padding-left: 1em;
text-indent: 0em;
margin-top: 0px;
margin-bottom: 0px;
}

/*
p + p {
text-indent: 1.5em;
margin-top : 0;
}
*/

div {
background-color: white;
border-right: 1px solid black;
border-left: 1px solid black;
border-bottom: 1px solid black;
margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px; /* No effect */
}

body, div, h1, h2, h3, h4, h5, h6 {
width: 550px;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 5px;
padding-right: 5px;
}

h1, h2, h3, h4, h5, h6 {
margin-bottom: 0px;
background: #b8df5c;
border: 1px solid black;
}

h1 {
font-size: 100%;
font-weight: bold;
#padding-left: 20px;
}

h2 {
margin-top: 12px;
background-color: #5799d2;
font-size: 110%;
font-weight: bold;
}

h3 {
margin-top: 5px;
padding-top: 2px;
padding-bottom: 2px;
background-color: lightGray;
font-size: 90%;
font-weight: normal;
}

unimportant {
color: Silver;
}
