

/* Presentation Stylesheet */ 

h3, p {
 margin:0;
 padding:10px;
 }

h4 {
 margin:0; 
 padding: 5px 0;
 }

h2 {
 margin:0; 
 padding: 7px 0 0 0;
 text-align:center; 
 text-decoration: underline; 
}
  
p:first-letter {
 font-size: 110%; 
 font-weight: bold;
 }
 
h1{
 margin:0; 
 padding: 15px 0;
 font-size : 400%;
 font-family : cursive,ariel,sans-serif,monospace; 
 font-weight:bold;
}

#comm{
 margin:0; 
 padding: 2px 7px 0 7px;
 font-size : 70%;
 font-family : cursive,ariel,sans-serif,monospace; 
}

#listing{
 margin:0; 
 padding: 15px 0 0 10px;
}

a:link {text-decoration: none; font-size:18px; font-weight:bolder; color: gray}
a:visited {text-decoration: none; font-size:18px; font-weight:bolder; color: gray}
a:active {text-decoration: none; font-size:18px; font-weight:bolder; color: gray}
a:hover {text-decoration: underline overline; font-size:18px; font-weight:bolder; color: #691C1E;}


.link2 a:link {text-decoration: none; font-size:14px; color: black}
.link2 a:visited {text-decoration: none; font-size:14px; color: black}
.link2 a:active {text-decoration: none; font-size:14px; color: black}
.link2 a:hover {text-decoration: none; font-size:14px; color: #691C1E;}

 