BODY {
	color : Black;
	background-color : #FFFFCC;
	font-family :arial narrow,arial, sans-serif;
}
h1{
	font-family : Impact,Times New Roman,serif;	
	font-size : 69px;
	color:Blue;
}
h2{
	font-family : Impact,Times New Roman,serif;	
	font-size : 69px;
	color: Black;
}
h3{
	font-family : Times New Roman,serif;
	font-size : 12px;
	color:Blue;
}
h4{
	font-family : Times New Roman,serif;
	font-size : 20px;
	color:Blue;
}
h5{
	font-family : Impact,Times New Roman,serif;	
	font-size : 50px;
	color:Blue;
}
h6{
	font-family : Impact,Times New Roman,serif;	
	font-size : 50px;
	color: Black;
}
p{
	font : 20px;
}
A {
	color : Blue;
	  text-decoration : none;
}

A:VISITED{
  text-decoration : none;
	color : #0033CC;
}
a:hover {color:  red;
  text-decoration : none;
  background-color : #FFFFE8;
} 
