body    {font-family: Arial;
        }

p       { font-size:12;
          letter-spacing:1px;
        }

h5 { font-weight:600;
     font-size:15px;
     letter-spacing:2px;
     margin-bottom:30px;
     margin-top:30px;
     margin-left:-70px;
     color:#595959
}

h4 {
 font-weight:600;
 text-align:left;
 font-size:12;
 letter-spacing:4px;
 color:#373737;
 margin-top:10
}

h3 {
 margin-top: 20px;
 font-weight:600;
 font-size:15px;
 letter-spacing:2px;
 color:#373737
 margin-bottom: 20px;
 }

h2 {
 margin-top: 40px;
 margin-bottom: 40px;
 font-weight:500;
 font-size:18px;
 letter-spacing:2px;
 color:#373737
}

h1{
 margin-top: 50px;
 font-weight:600;
 font-size:20px;
 letter-spacing:3px;
 color:#373737
}

a {
 text-decoration: none;
 font-size:12;
 color:#000000;
  }

a:link {
  text-decoration: none;
  font-size:12;
  color:#000000;
 }
a:visited {
  text-decoration: none;
  font-size:12;
  color:#000000;
  }