@import url(reset.css);

body {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 14px;
  color: #3c3c3c;
}

td {
  font-size: 12px;
}

h1, h2, h3, h4 {
  color: #3c3c3c;
}

h1 {
  font-size: 16px;
}

h2 {
  font-size: 15px;
}

h3 {
  font-size: 14px;
}

h4 {
  font-size: 13px;
}

a {
  color: #0000ff;
}

.break {
  clear: both;
}

ol, ul, li {
  font-weight: normal;
}

ol, ul {
  margin: 0;
  padding: 0;
}

