h1 {
  color: #ff0000;
  font-family: Arial,Helvetica,sans-serif;
  font-size: xx-large;
  text-align: center;
}
h2 {
  padding: 3px;
  color: #000000;
  background-color: #cccccc;
  font-family: Arial,Helvetica,sans-serif;
  font-size: x-large;
  margin-top: 35px;
  clear: both;
}
h3 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: large;
}
h4 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: medium;
}
h5 {
  font-weight: normal;
  font-style: italic;
  font-family: Arial,Helvetica,sans-serif;
  padding-bottom: 0px;
}
.notes {
  text-decoration: underline;
}
ol, ul {
  margin-left: 0px;
  padding-left: 25px;
}
blockquote, dd {
  margin-left: 25px;
  padding-left: 0px;
}
tr {
  vertical-align: baseline;
}
th {
  background-color: #eeeeee;
  text-align: left;
}
.tl {
  background-color: #eeeeee;
}
sub, sup {
  font-size: 70%;
}
em {
  color: blue;
  font-style: normal;
}
strong {
  color: red;
}
.rightbox {
  margin: 5px 0 10px 15px;
  float: right;
}
.leftbox {
  margin: 5px 15px 10px 0;
  float: left;
}
.lefticon {
  margin: 3px 5px 3px 0;
  float: left;
}
.righticon {
  margin: 3px 0 3px 5px;
  float: right;
}
.figure, .leftbox, .rightbox {
  font-size: smaller;
}
body {
  background-color: #ffffff;
}
a:link {
  color: #000066;
}
a:visited {
  color: #660066;
}
.abstract {
  font-style: italic;
  text-align: center;
}
.symbol {
  font-family: Arial,Helvetica,sans-serif;
}
