

/* Presentation Stylesheet */ 

 

 
a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  } 
a:visited {
  /* Applies to all visited links */
  text-decoration:  none;


  } 
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  none;

  background-color: yellow;
  color:            black;
  } 
a:active  {
  /* Applies to activated links */
  text-decoration:  none;

  background-color: white;
  color: DarkBlue;
  } 
  
  .v1 {
 font-family:arial;
 font-size:10pt;
 color:black;
 }
 
   .v1f {
 font-family:arial;
 font-size:10pt;
 font-weight:bold;
 color:black;
 }
 
  h3 {
 font-family:arial;
 font-size:12pt;
 color:#336699;
 margin:0px;
 padding:0px;
 }
 
 
 h2.ont {
 font-family:arial;
 font-size:11pt;
 color:#336699;
 margin:0px;
 padding-top:8px;
 }
 
 
 
 h3.ont {
 font-family:arial;
 font-weight:300;
 font-size:9pt;
 color:#336699;
 margin:0px;
 padding:0px;


 }
 
h4 {
 margin:0;
 padding: 0px 0;
 }