
/* default anchor */
A:link, A:visited {
  
  color            : 000000;
  text-decoration  : underline; 
 
}

A:hover {
  color            : ff0000; 
  background-color : fff8dc; 
  text-decoration  : none;
}

A:active {
  color            : ff0000; 
  background       : ffffdf;
  text-decoration  : none;
}



/* default anchor - underline */
.au{
}

au:link, au:visited {
  color            : #000000;
  text-decoration  : underline;
  background-color : efefef;
}

au:hover {
  color            : ff0080; 
  background       : ffffdf;
  text-decoration  : none;
}

au:active {
  color            : ff0080; 
  background       : ffffdf;
  text-decoration  : none;
}



/* default anchor - bold */
.ab{
}

ab:link, ab:visited {
  color            : #000000;
  text-decoration  : none;
  background-color : efefef;
  font-weight: bold;
}

ab:hover {
  color            : ff0080; 
  background       : ffffdf;
  text-decoration  : none;
}

ab:active {
  color            : ff0080; 
  background       : ffffdf;
  text-decoration  : none;
}



/* default anchor - underline,bold */
.aub{
}

aub:link, aub:visited {
  color            : #000000;
  text-decoration  : underline;
  background-color : efefef;
  font-weight:bold;
}

aub:hover {
  color            : ff0080; 
  background       : ffffdf;
  text-decoration  : none;
}

aub:active {
  color            : ff0080; 
  background       : ffffdf;
  text-decoration  : none;
}



/* anchor with white background */
.aw{
}

.aw:link, .aw:visited {
  color:000000;
  text-decoration:none;
  background-color:ffffff;
}

.aw:hover {
  color : ff0000;
  background-color : fff8dc;
}

.aw:active {
  color : ff0000;
  background-color : ffffdf;
}


/* anchor with white background, underline*/
.awu{
}

.awu:link, .aewu:visited {
  color:000000;
  text-decoration:underline;
}

.awu:hover {
  color : ff0000;
  background-color : fff8dc;
}

.awu:active {
  color : ff0000;
  background-color : ffffdf;
}



/* anchor with white background bold */
.awb{
}

.awb:link, .awb:visited {
  color:000000;
  text-decoration:none;
  font-weight: bold;
}

.awb:hover {
  color : ff0080;
  background-color : ffffdf;
}

.awb:active {
  color : ff0080;
  background-color : ffffdf;
}



/* anchor with white background, underline, bold */
.awub{
}

.awub:link, .awub:visited {
  color:000000;
  text-decoration:underline;
  font-weight: bold;
}

.awub:hover {
  color : ff0080;
  background-color : ffffdf;
}

.awub:active {
  color : ff0080;
  background-color : ffffdf;
}


/* anchor with gray background */
.ag{
}

.ag:link, .ag:visited {
  color:000000;
  text-decoration:none;
  background-color:efefef;
}

.ag:hover {
  color : ff0080;
  background-color : ffffdf;
}

.ag:active {
  color : ff0080;
  background-color : ffffdf;
}

/* anchor in gray color and white background*/
.acw{
}

.acw:link, .acw:visited {
  color:808080;
  text-decoration:none;
}

.acw:hover {
  color : ff0080;
  background-color : ffffdf;
}

.acw:active {
  color : ff0080;
  background-color : ffffdf;
}


.a1 {
}

.a1:link, .a1:visited, {
  text-decoration  : none;
  background-color : 0091af;
}

.a1:hover {
  color : ff0080;
  background-color : ffffdf;
}

.a1:active {
  color : ff0080;
  background-color : ffffef;
}


/* anchor in white color, no specific background*/
.awhite {
}

.awhite:link, .awhite:visited, {
  text-decoration  : none;
  color:ffffff;
}

.awhite:hover {
  color : ff0080;
  background-color : ffffdf;
}

.awhite:active {
  color : ff0080;
  background-color : ffffef;
}