/* 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: #295942;
}
.mytext2 a:active {
  color: #631010;
  text-decoration: none;
}

/* following is to set page bg and h1, h2  and para details effects */

.not_for{
	font-weight:bold;
	color:#cc0000;
	text-align:center;
}