A:link { text-decoration: none;  color:#000099 }

A:visited { text-decoration: none; color:#000099  }

A:active { text-decoration: none;  color:#000099  }

A:hover { text-decoration: underline; color:#000099}







body {

	margin: 0px;

	padding: 0px;

	background-color:"#ffffff";

	font-family:Arial, Helvetica, sans-serif;

  

}



h1{

font-family: Arial, Helvetica, sans-serif;

font-weght:regular;

color: #000000;

font-size: 10pt



}



h2{

    font-family: Arial, Helvetica, sans-serif;

    color: #666666; 

    font-style: regular; 

    font-weght: bold;

    font-size: 9pt

}



h4{

font-family: Arial, Helvetica, sans-serif;

font-size:12pt;

color: #000000;



}





h5{

    font-family: Arial, Helvetica, sans-serif;

    color: #003333;     

   font-size: 15pt

	

	 

}

/* following will create link hover selected page */
.mytext2 {
  font-family: Verdana, Arial,
  Helvetica, sans-serif;
  font-size: 11px;
  color: #666666;
}
.mytext2 a:link {
  color: #666666;
  text-decoration: none;
}
.mytext2 a:visited {
  color: #666666;
  text-decoration: none;
}
.mytext2 a:hover {
  color: #FFFFFF;
  text-decoration: none; 
  background-color: #CC3333;
}
.mytext2 a:active {
  color: #631010;
  text-decoration: none;
}

/* following is to set page bg and h1, h2  and para details effects */