

/* Presentation Stylesheet */ 

h3, p {
 margin:0;
 padding:3px;
 font-family: Georgia, "Trebuchet MS", "Courier New", Verdana, Tahoma, Arial;
 font-size: 100%;
 }

p {
 text-align:justify;
 line-height: 120%;
 }

h3 {
 font-size: 120%;
 text-align:center;
 font-weight: bold;
 }


h4 {
 margin:0; 
 padding: 5px 0;
 font-family: Georgia, "Trebuchet MS", "Courier New", Verdana, Tahoma, Arial;
 }

h5 {
 margin:0;
 padding:3px;
 font-family: Georgia, "Trebuchet MS", "Courier New", Verdana, Tahoma, Arial;
 font-size: 120%;
 text-align:center;
 font-weight: bold;
 font-style: italic;
 }

h6 {
 margin:0; 
 font-family: Georgia, "Trebuchet MS", "Courier New", Verdana, Tahoma, Arial;
 font-size: 80%;
 color: #507C70;
 font-weight: bold;
 }

p:first-letter {
 font-size: 100%; 
 }
  
a:link       { color: #405ca9; text-decoration: none; font-weight: bold;}
a:visited    { color: #405ca9; text-decoration: none; font-weight: bold; }
a:hover 	 { color: #cc0000; text-decoration: underline; font-weight: bold; }
a:active     { color: #405ca9; text-decoration: none; font-weight: bold; }