body {
margin: 0;
background: #FFFFEA center;
font-family: 'Tahoma', 'Helvetica CE', Arial, sans-serif;
font-size: 10px;
}

H1 {
font-size: 16px;
   color : #708090;
  font : bolder;
}

H2 {

font-size: 12px;
  border : 7px;
 color : Black;
  font : normal;
  text-align : justify;
  margin-left : 15px;
  margin-right: 10px;
 
}

a {
color: Gray;
text-decoration: none;
}

a:hover {
color: Black;
text-decoration: underline;
}


