.blueborder {
	border: 1px solid #5C9EBF;
}
/* following will create link hover selected page */
.mytext2 {
  font-family: Verdana, Arial,
  Helvetica, sans-serif;
  font-size: 11px;
  color: #003399;
}
.mytext2 a:link {
  color: #003399;
  text-decoration: none;
}
.mytext2 a:visited {
  color: #003399;
  text-decoration: none;
}
.mytext2 a:hover {
  color: #FFFFFF;
  text-decoration: none; 
  background-color: #CC6600;
}
.mytext2 a:active {
  color: #FFFFFF;
  text-decoration: none;
}

/* following is to set page bg and h1, h2  and para details effects */

.Topheading {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }

