
A:link {color: white; background-color: green}
A:active {color: black; background-color: white}
A:hover {color: black; background-color: white}
A:visited {color: #acd2a6; background-color: green}

body {background-color: white; color: black; margin: 3% 3% 3% 3%; font-family: Verdana, Arial, sans-serif; font-size: 100%; text-align: left; border: thin solid green}

h1 {font-size: 120%; color: green}
h2 {font-size: 115%; color: green}
h3 {font-size: 110%}
h4 {font-size: 105%}
h5 {font-size: 100%}
h6 {font-size: 100%}
h1, h2, h3 {font-weight: bold}

hr {color: #acd2a6; text-align: center}
ul, ol, dl, dt {margin-top: 6pt}
li {margin-bottom: 6pt}
dt {font-weight: bold}
dd {padding-left: 1em; text-indent: -2em}
ul.item {list-style-type: square}
ul.item2 {list-style-type: circle}

.sign {padding-left: 2em}

.foot {font-size: 80%; text-align: center; color: white; background-color: green; padding: 0.5em 0.5em 0.5em 0.5em}
  
table {width: 100%; border-style: none}
td.menu {width: 20%; vertical-align: top; background-color: green; color: white; padding: 1em 0.5em 0.5em 0.5em} 
td.text {width: 80%; vertical-align: top; background-color: white; color: black; padding: 1em 0.5em 0.5em 0.5em}

