


/* Presentation Stylesheet */ 

body 
 { font-family: Helvetica, Arial, sans-serif, Symbol;
  }
 /*{ 
 font-family: serif,  Symbol, ;
 }*/

h1 {
margin: 0;
padding: 0;
font-size: x-small;
}

h2 {
margin: 0px;
padding: 0px;
font-size: large;
}

h3 {
margin: 2px;
padding: 1px;
font-size: large;
}

h4 {
 margin:0; 
 padding: 5px 0;
 }
 
a:link {
	background: transparent;
	color: #0000FF;
	text-decoration: none;
	}

a:visited  {
	background: transparent;
	color: #800080;
	text-decoration: none;
  }
    
a:hover {
	color: #006400;
	text-decoration: none;
   }   /* mouse over link */ 
   
a:active  {
	background: transparent;
	color: #333333;
	text-decoration: none;
  }
 
