

/* Presentation Stylesheet */ 
h1 {
font-size: 100%
font-weight: bold;
font-family: tahoma;
color: #000000 }

h2 {
font-size: 80%
font-weight: bold;
font-family: tahoma;
color: #000000 }

h3 {
font-size: 10%
font-weight: bold;
font-family: tahoma;
color: #000000 }

p {
font-size: 80%; 
font-family: tahoma;
color:black; }



/* Below is all the link decoration */

 a:link 
 {
 text-decoration:none;
 color: black;
 }
 
 a:active 
 {
 text-decoration:none; 
 color: black;
 }       
 
 a:hover 
 {
 text-decoration:none; 
 color: #5D5F5C;
 }   

 a:visited 
 {
 text-decoration:none; 
 color: #6A6967;
 }  
 
