H1           {color: #000080}

strong,b      {color: #004080}



.select { 
	text-decoration:none }

A.select:link { 
  color: #FF0080;
  text-decoration: none }

A.select:visited { 
  color: #FF0080;
  text-decoration: none }

A.select:hover { 
  text-decoration: underline }

a:link  {text-decoration: none;
color: #0080FF}

a:visited  {text-decoration: none;
color: #0080FF}

a:hover    {text-decoration: underline;

color: #4AA5FF}




