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

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