/* typography */

body {
  line-height: 1em; 
  font-family: Arial, Tahoma, Bitstream Vera Sans, sans-serif;
  font-size: 12px; 
}

h1 {
  font-size: 21px;    
}

a {
  color: #CC0000;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

fieldset legend {
	font-size: 11px;
	font-weight: bold;
}

.top-avatars .avatar-box p b {
  color: #CC0000;
}

.footer {
  font-size: 14px;
}

.footer a {
  font-size:12px;
  color: #000;
  text-decoration: underline;
}

.footer a:hover {
  text-decoration: none;
}

.contact-div {
	font-weight: bold;
}