h1 {
  font-size: 10px;
  line-height: 16px;
  color: #666;
  font-weight: 300;
  font-family: times new roman, times, serif;
}

h2 {
  font-size: 18px;
  line-height: 16px;
  color: #666;
  font-weight: 300;
  font-family: arial rounded MT bold, sans-serif;
}

p {
  color: #333;
  font-size: 12px;
  line-height: 18px;
  font-family: times new roman, times, serif;
}

a {
  color: #333;
  font-size: 12px;
  text-decoration: none;
  font-weight: 500;
  font-family: times new roman, times, serif;
}
a:link {color: #333;}
a:visited {color: #666;}
a:hover {background-color: #CCC;}
