body {
  font-family: tahoma;
}

div.website {
margin: 10px;
}

div#content p {
  font-size: 12px;
  margin-top: 14px;
  color: #1935A0;
  line-height: 15px;
  text-align: justify;
}

div#content a {
  color: #1935A0;
  text-decoration: underline;
}


div#content h1 {
  text-transform:uppercase;
  font-size: 20px;
  text-align: right;
  margin-top: 20px;
  margin-bottom: 20px;
  color: grey;
}
div#content h2 {
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #1935A0;  
}
div#content h3 {
  font-size: 12px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #999999;  
}
div#content ul {
  font-size: 12px;
  color: #1935A0;
  line-height: 15px;
  list-style: none;
  margin: 8px;
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px dashed #cccccc;
  line-height: 17px;
  
}
