body {
  margin-top: 6px;
  margin-left: 6px;
  background-image: none;
  background-color: white;
  color: black;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
}

.mainbody {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  margin-left: 2px;
  font-weight: normal;
  background-color: white;
  color: black;
  text-align: left;
}

p {
  font-size: 13px;
  font-weight: normal;
  text-align: left;
}

ul {
  font-size: 13px;
  font-weight: normal;
}

ol {
  font-size: 13px;
  font-weight: normal;
}

h1 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 3px;
  text-align: left;
  background-color: white;
  color: #000070;
}

h2 {
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  background-color: white;
  color: #103080;
}

h3 {
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  background-color: white;
  color: #206090;
}

h4 {
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  background-color: white;
  color: #30a0a0;
}

td {
  font-size: 13px;
  font-weight: normal;
}

b {
  font-weight: bold;
}

a:active { 
  background-color: white;
  color: #ef0000;
  text-decoration: underline;
}

a:link {
  background-color: white;
  color: #0000ef;
  text-decoration: underline;
}

a:visited {
  background-color: white;
  color: #5a188c;
  text-decoration: underline;
}

a:hover {
  background-color: white;
  color: #ff0000;
  text-decoration: underline;
}

.abstract {
  font-family: helvetica, arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
}

