
P  {
	font-size : 18;
	font-family : Verdana;
	color : Navy
}

H1  {
	font-size : x-large;
	font-family : "Lucida Calligraphy";
	font-weight : normal;
	font-style : normal;
	color : Navy;
}

H2  {
	font-family: Papyrus;
	font-size: larger;
	color: Navy;
}

H3  {

}

A  {}

A:Visited  {
	font-size: 18;
	font-weight: bold;
	color: #621919;
}

A:Active  {
	test decoration: none;
	
}

A:Hover  {font-size:18; 
font-weight:bold; 
color:brown
 }


BODY  {
	font-size : small;
	font-family : sans-serif;
}


