a {
  color: #0066ff;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #cc0000;
}

body {
  background-color: #ffffff;
  color: #111155;
  font-size: x-small;
  font-family: Helvetica, Arial, Verdana;
  scrollbar-track-color: #ffffff;
}

h1 {
  color: #cc0000;
  font-style: normal;
  font-weight: 600;
  font-size: medium;
  font-family: Helvetica, Arial, Verdana;
  margin-top: 12px;
  margin-bottom: 3px;
}

h2 {
  color: #cc0000;
  font-style: normal;
  font-weight: bold;
  font-size: small;
  font-family: Helvetica, Arial, Verdana;
  margin-top: 12px;
  margin-bottom: 3px;
}

h3 {
  color: #111155;
  font-style: normal;
  font-weight: 600;
  font-size: small;
  font-family: Helvetica, Arial, Verdana;
  margin-top: 12px;
  margin-bottom: 3px;
}

li {
  margin-top: 3px;
  margin-bottom: 9px;
}

ol {
  margin-top: 3px;
  margin-bottom: 3px;
}

p {
  text-align: justify;
  margin-top: 3px;
  margin-bottom: 3px;
}

table {
  background-color: #ffffff;
  color: #111155;
  font-size: x-small;
  font-family: Helvetica, Arial, Verdana;
}

tbody {
  vertical-align: top;
}

ul {
  list-style-type: disc;
  margin-top: 3px;
  margin-bottom: 3px;

}

.acceptance {
  color: #0066ff;
}

.paper {
  color: #111155;
}

.papertitle {
  color: #111155;
  font-weight: bold;
}
