a.h1, a.h2, a.h3, a.xsmall_dimgray, a.xxsmall_dimgray
{
    text-decoration: none;
}

a.h1:hover, a.h2:hover, a.h3:hover, a.xsmall_dimgray:hover, a.xxsmall_dimgray:hover
{
    text-decoration: underline;
}

a.h1_black
{
  color: black;
  font-size: 24px;
  text-decoration: none;
}


a.newsline_header
{
  color: white;
  font-size: 24px;
  text-decoration: underline;
}

a.newsline_header:hover
{
  text-decoration: none;
}

a.medium_white
{
   font-size: 14px;
   color: white;
   text-decoration: none;
}

a.h2_u, 
a.small_dimgray:hover, 
a.xsmall_red, a.small_red, a.medium_dimgray, 
a.large_gray, a.news_title_comments:hover
{
    text-decoration: underline;
}

a.h2_u:hover, 
a.small_dimgray, a.xsmall_red:hover, a.small_red:hover, a.medium_dimgray:hover,
a.large_gray:hover, a.news_title_comments
{
    text-decoration: none;
}


/* http://sonspring.com/journal/removing-dotted-links */
:-moz-any-link:focus {
  outline: none;
}


