

/* Presentation Stylesheet */ 

h1, h3, p {
 margin:0;
 padding:15px;
 }

h4 {
 margin:0; 
 padding: 5px 0;
 }
 
p:first-letter {
 font-size: 120%; 
 font-weight: bold;
 color:#ff00ff;
 }
 
 div#cont img {
  margin: 5px;
 }
 
 .this {
  color: red;
 }
 
a:link {  color: #0000ee;  text-decoration: none;}  /* for unvisited links */
a:visited { color: #552288; text-decoration: none; } /* for visited links */
a:active { color: #FF0000; text-decoration: none; } /* when link is clicked */
a:hover {  color: #FF0000; text-decoration: underline;} /* when mouse is over link */

