  body, td, p, span, b, a
  {
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #000;
  }
  
  A.nav
  {
    font-size: 14px;
    font-weight: bold;
    margin: 5px;
    color: #72be44;
    text-transform: uppercase;
    text-decoration: none;
  }
  
  A.navSelected
  {
    font-size: 14px;
    font-weight: bold;
    margin: 5px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
  }
  
  .subNav
  {
    font-size: 12px;
    font-weight: bold;
    margin: 5px;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;  
  }
  
  A
  {
    text-decoration: none;
  }
  
  A:hover
  {
    text-decoration: underline;
  }
  
  .date
  {
    font-size: 10px;
    color: #b4b4b4;
  }
  
  .headlineMain
  {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #72be44;
  }
  
  .headline
  {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #72be44;  
  }
  
  .authorBig
  {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #b4b4b4;  
  }
  
  .headerWithBg
  {
    padding-left: 10px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
  }
  
  .bigHeader
  {
    font-size: 20px;
    font-weight: bold;
    margin: 5px;
    color: #72be44;
    text-transform: uppercase;
  }

  .largeLink
  {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #767676;  
  }
  
  .footer
  {
    color: #000;
    text-decoration: none;
  }