body { margin-left: 0px ;
        margin-right: 20px ;
        margin-top: 0px ;
        margin-bottom: 20px }

a { text-decoration: none }
a:hover { text-decoration: none ; color: red }


        A:link          { color: darkblue ; text-decoration: none }
        A:visited       { color: lighblue ; text-decoration: none }

        A:hover         { background: yellow  }

a.green:link { text-decoration: none ; color: green }
a.green:visited { text-decoration: none ; color: green }

a.red:link { text-decoration: none ;  color: red }
a.red:visited { text-decoration: none ; color: red }




body, p, td, th, ol, ul, dl  { font-family: sans-serif }
h1 { font-size: 150% ; font-family: sans-serif ; color: black }
h2 { font-size: 120% ; font-family: sans-serif ; color: black }
h3 { font-size: 110% ; font-family: sans-serif ; color: black }
h4 { font-size: 105% ; font-family: sans-serif ; color: black }
h5 { font-size: 100% ; font-family: sans-serif ; color: black }
h6 { font-size: 90% ; font-family: sans-serif ; color: black }
body { background-color: white }

.header { font-size: 80%}
.footer { text-align: center ;  font-size: 60% ;  }

.green 	{ color: green ; font-style: bold }
.red 		{ color: red ; font-style: bold }
.orange 	{ color: red ; font-style: bold }
.darkorange 	{ color: darkorange ; font-style: bold }
.mediumgray { background-color: #AAAAAA }
.lightgray { background-color: #DDDDDD }

.sm { font-size: 80% ; font-family: sans-serif ; color: black }