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;
      
}
p.2 {text-align : center;
}
p.3 {font-size : 20;
}
A:HOVER {color : black; background-color : White; font-size:x-large}
A {color : Red; text-decoration: none;}
A:VISITED {color:darkpink;}  
