
/* Presentation Stylesheet */ 

h3, p {
 text-align: justify;
 }

h4 {

 }
 
p:first-letter {
 font-size: 110%; 
 font-weight: bold;
 color: #666666;
 }
 
a {
 color: #E79521;
 text-decoration: none;
 outline: none;
 }
 
a:visited {

 }

a:active {
 }

a:hover {
 color: #E79521;	
 text-decoration: underline;
 }

ul.square {list-style-type: square;}

a img {
 border:none;
 text-decoration:none;
 }
