html {
  font: normal 62.5%  Verdana, Arial, Tahoma, sans-serif;
}

body {
  font-size: 1.3em;
  line-height: 150%;
  color: #444;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  letter-spacing: -0.04em;
}

h1 {
  margin: 1.5em 0 1em 0;
  font-size: 1.8em;
  color: #59598e;
}

h2, h3, h4, h5 {
  margin: 1.1em 0 0.7em 0;
}

h2{
  color: #59598e;
  font-size: 1.6em;
}
p {
margin: 13px 0;
}
#content .right-side ul, #full-content ul{
margin-left: 15px;
}
#content .right-side li, #full-content li {
  list-style-type:disc;
  margin-bottom: 5px;
  margin-left: 10px;
}
#content .right-side li ul, #full-content li ul {
margin: 5px 15px;
}
#content .right-side ul ul li, #full-content ul ul li {
list-style-type:circle !important;
}

h3 {
  color: #59598e;
  font-size: 1.4em;
  margin: 1.5em 0 1em 0;
}

h4, h5, h6 {
  color:#59598e;
  font-size: 1.4em;
}

a {
  color: #f36849;
}

a:hover {
    text-decoration: underline;
}
