/* following will create link hover selected page */
.mytext2 {
  font-family: Verdana, Arial,
  Helvetica, sans-serif;
  font-size: 11px;
  color: #5C788F;
}
.mytext2 a:link {
  color: #5C788F;
  text-decoration: none;
}
.mytext2 a:visited {
  color: #5C788F;
  text-decoration: none;
}
.mytext2 a:hover {
  color: #FFFFFF;
  text-decoration: none; 
  background-color: #5C788F;
}
.mytext2 a:active {
  color: #631010;
  text-decoration: none;
}

/* following is to set page bg and h1, h2  and para details effects */

#notification_bar { height:40px; width:760px; background-color:#CCC; margin:0 auto; 

background-image:url('<?=WWW_ROOT_SECURE?>common/images/retunpolicy_bar_bg.jpg'); }
#notification_bar_contents { width:760px; margin:0 auto; height:36px; line-height:36px; }
#notification_bar_contents_linksleft { float:left; height:36px; line-height:36px; 

padding-left:15px; }
#notification_bar_contents_linksleft a { color:#FFF; font-weight:bold; font-size:13px; }
#notification_bar_contents_linksright { float:right }
