body {
  font-size: 14px;
  font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
  color: #444;
}

h1 {
  font-size: 1.4em;
}

h2 {
  font-size: 1.2em;
}

h3 {
  font-size: 1.1em;
}

h4 {
  font-size: 1.0em;
}

h5 {
  font-size: 0.9em;
}

a {
  color: rgba(0, 108, 201, 1);
  text-decoration: none;
}

b, td {
  font-size: 1.05em;
}

li {
  font-size: 0.9em;
  line-height: 1.3em;
}

li li {
  font-size: 100%;
}

li p {
  font-size: 0.9em;
}

p,
table,
.bodytext {
  font-size: 0.9em;
  line-height: 1.25em;
}

ul {
  margin-left: 1.5em;
  margin-bottom: 1.15em;
  padding-left: 0px;
  padding-right: 0px;
}

table {
  border: 2px solid rgb(0, 185, 229);
  background-color: #FFF;
}

tr, th, td {
	background-color: #FFF;
}

hr {
  border-color: rgb(0, 185, 229);
}

/*a:hover {
  color: #FFF;
  background-color: #00b9e5;
}*/