; 2 Mar 2005

a            { color: green; text-decoration: none }
a:link       { color: green; text-decoration: none }
a:visited    { color: green; text-decoration: none }
a:active     { color: green; text-decoration: none }
a:hover      { color: red; text-decoration: none }
a.menu:link, a.menu:visited, a.menu:active
             { color: white; font-family: Verdana, Arial, Helvetica, sans-serif; 
               font-size: 8pt; text-decoration: none }
a.menu:hover { color: red; font-family: Verdana, Arial, Helvetica, sans-serif; 
               font-size: 8pt; text-decoration: none; background-color: white }

body         { color: brown; background-color: #F2FCF2;
               margin-left: 0; margin-top: 0 }
               
h1           { color: darkgreen; background-color: #F6EE96; text-align: center }
h2           { color: darkgreen; background-color: #DCF5DC; text-align: center }
h3, h4, h5, h6, hr
             { color: darkgreen; text-decoration: underline }

h1, h2, h3
             { font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
               font-weight: normal; font-style: normal }

h4, h5, h6
             { font-family: verdana, arial, helvetica, sans-serif;
               font-weight: normal; font-style: normal }

h1           { font-size: 18pt }
h2           { font-size: 18pt }
h3           { font-size: 16pt }
h4           { font-size: 14pt }
h5           { font-size: 12pt }
h6           { font-size: 10pt }

p, body, td, tr, li
		 { font-size: 10pt; color: darkbrown; font-style: normal;
               font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif }

.justify	 { text-align: justify }