body {
  margin: 20px;
}

body, input, textarea, select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #515560;
}

a {
  text-decoration: none;
  color: #366ABE;
  
}

a:hover {
  text-decoration: underline;
}

/* headings */

h1 {
  font-size: 30px;
  color: #283e83;
  text-shadow: 1px 1px 0px #FFFFFF;
  letter-spacing: -2px;
  margin: 0px;
}

h1 span {
  font-weight: normal;
}

h2 {
  font-size: 25px;
  color: #798094;
  text-shadow: 1px 1px 0px #FFFFFF;
  letter-spacing: -1.5px;
  margin-top: 20px;
  margin-bottom: 0px;  
  font-weight: normal;
}

p, li, ul {
  line-height: 1.5;
}

p {
  margin: 14px 0px 7px 0px;
}
