body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #aed3e6;
  color: #277aa4;
}

p  {
    font-size: 11px;
    font-weight: normal;
	text-align: justify;
	margin-top: 0;
}

h1 {
  font-size: 18px;
  font-weight: bold;
  background-color: #ffd8ec;
  padding: 3px;
}

h2 {
  font-size: 13px;
  font-weight: bold;
  background-color: #ffd8ec;
  margin-top:0;
}

h3 {
  font-size: 13px;
  font-weight: bold;
}

ul {
font-size: 11px;
text-align: justify;
}

a {
  text-decoration: none;
  }

a:link  {
  color: #277aa4;
  font-weight: bold;
}

a:hover  {
  color: #277aa4;
  font-weight: bold;
  background-color: #ffd8ec;
}

a:visited  {
  color: #277aa4;
  font-weight: bold;
  background-color: #aed3e6;
}