/* Cascading Style Sheet for "New Jersey Renegades" site */

a:link, a:visited {
  color: #E84100;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
 
.njrBodyTD { 
  color: #FFFFFF;
  font-family: Arial,Helvetica;
  font-size: 13px;
  text-align: justify; 
}

.njrFooter { 
  background-color: #000000;
  color: #FFFFFF;
  font-family: Arial,Helvetica;
  font-size: 13px;
  font-weight: bold;
  text-align: center; 
}

#njrSideBar { 
  width: 150px; 
}

#njrSideBar ul {
  font-family: Arial,Helvetica;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#njrSideBar a {
  background-image:url('Button01.gif');
  color: #FFFFFF;
  border: 0px;
  display: block;
  height: 37px; 
  line-height: 37px;
  text-decoration: none;
}

#njrSideBar a:hover {
  background-image:url('Button02.gif');
}

#njrSideBar a:active {
  background-image:url('Button03.gif');
  line-height: 39px;
}
