body {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #00218e;
}

h1 {
  font-style: normal;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #ff0066;
  font-style:italic;
  text-align: right;
  margin-right: 20px;
}
h2 {
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #ff0066;
}
 h3 {
  font-style: italic;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  color: #00218e;
}
 h4 {
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #cadb2b;
}

 a:link {
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  color: #00218e;
}
a:visited {
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  color: #00218e;
}
a:hover {
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  color: #cadb2b;
}
a:active {
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  color: #00218e;
}
