body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 62.5%
    padding-left: 2em;    background-color: white
}
h1{ 
   font-weight: 200;
   font-size: 200%;
   padding-top: 0.5em
  
}
h2{
    color:rgb(255,0,0);
    font-weight: 100;
    font-size: 100%;
}
h3{
  font-weight: 300;
  font-size:1500%;
  padding top:1em
}
p{
  font-weight: 100;
  font-size: 70%
}
a {
    text-decoration: none;
    font-size:100%
}
a:link {
   font-family: Helvetica, Arial, sans-serif;
   color: black 
}
a:visited {  color: black
}
