/*
tallboy
*/

BODY {
  background: white;
  color: #000000;
  margin: 0px;
}

A { 
  color: #ff3300;
  text-decoration: none; 
}

A:hover { 
  color: #ff0000;
  text-decoration: underline; 
}

