

/* Presentation Stylesheet */ 
p {
 padding: 0px 20px;
 
 }

h2, h3, h4, h3, h5, h6 {
 margin:0; 
 padding: 5px 0px;
 font-family: Trebuchet MS, Trebuchet, Times New Roman;
 color:#000000;
 }

p:first-letter {
 font-size: 100%; 
 font-weight: bold;
 color:#000000;
 }

 
 A:link
  { text-decoration:none; color:#808080; }
A:visited
  { text-decoration:none; color:#808080;  }
A:active
  { text-decoration:none; color:#808080; }
A:hover
  { text-decoration:none; color:#FEA414;}

#linker A:link
  { text-decoration:none; color:#808080; border-bottom:0px; }
#linker A:visited
  { text-decoration:none; color:#808080; border-bottom:0px; }
#linker A:active
  { text-decoration:none; color:#808080; border-bottom:0px; }
#linker A:hover
  { text-decoration:none; color:#FEA414; border-bottom:0px; }
