

/* Presentation Stylesheet */ 

h3, p {
 margin:0;
 padding:15px;
 font-family: "Trebuchet MS", Verdana, Arial;
 font-size: 80%;
 }

h4 {
 margin:0; 
 padding: 15px;
 font-family: "Trebuchet MS", Verdana, Arial;
 font-size: 90%;
 color: #003300;
 font-weight: normal;
 }

h5 {
 margin-top:5px;
 margin:3;
 font-family: "Trebuchet MS", Verdana, Arial;
 font-size: 100%;
 font-weight: bold;
 }

h6 {
 margin:0; 
 padding: 15px;
 font-family: "Trebuchet MS", Verdana, Arial;
 font-size: 110%;
 color: #507C70;
 font-weight: bold;
 }

table {
 margin-top:0px;
 font-family: "Trebuchet MS", Verdana, Arial;
 font-size: 90%;
 text-align: center;
 }

li {
 margin:0;
 font-family: "Trebuchet MS", Verdana, Arial;
 font-size: 80%;
 align: center;
 }

p:first-letter {
 font-size: 100%; 
 font-weight: bold;
 }
 
a:link       { color: #576851; text-decoration: none }
a:visited    { color: #576851; text-decoration: none }
a:hover 	 { color: #006c00; text-decoration: underline }
a:active     { color: #576851; text-decoration: none }
