BODY {
	background-color : #FFFFDE;
	margin : 10px 10%;
    text-align : center;
      
}
H1 {
	font-family : Arial, Helvetica, sans-serif;
	text-align : center;
	color : blue;
      font-size : 35;
      text-decoration : underline ;
}
H2 {  
      font-family : Arial;
      text-align : center;
      color : green;
      
}
A:HOVER {color : black; background-color : White; font-size:x-large}
A {color : Red; text-decoration: none;}
A:VISITED {color:darkypink;}  

p.1 {text-align : center;
}
