

/* Presentation Stylesheet */ 

h3, p {
 margin:0;
 padding:10px;
 }

h2 {
 font-size: 140%;
 color: #cc3300;
 }
 
h3 {
 font-size: 140%;
 color: #555555;
 }

h4 {
 margin:0; 
 padding:10px;
 font-size: 120%;
 color: #cc3300;
 }
 
h5 {
 font-family: "Trebuchet MS", Verdana, Arial;
 color: #ffffff;
 font-weight: bold;
 }

h6 {
 margin-top:0;
 font-family: "Trebuchet MS", Verdana, Arial;
 color: #618195;
 font-size: 80%; 
 font-weight: normal;
 }

p:first-letter {
 font-size: 100%; 
 font-weight: normal;
 }
 
 a:link       { color: #376ac8; text-decoration: none }
 a:visited    { color: #376ac8; text-decoration: none }
 a:hover 	  { color: #cc3300; text-decoration: underline }
 a:active     { color: #376ac8; text-decoration: none }
 
