P 
{
	background-color : ffffcc;
}

H1  
{
	font-size : xx-large;
	font-family : Comic Sans MS;
	color : Black;
	text-align : center;
}

H2  
{
	font-size : x-large;
	font-family : Arial Narrow;
	color : Red;
	text-align : center;
}

H3  
{
	font-size : large;
	font-family : Times New Roman;
	color : Green;
	text-align : center;
	font-weight : bold;
}

A  
{
}

A:Visited  
{
color: green; text-decoration: none 
}

A:Active  
{
color: yellow; text-decoration: none 
}

A:Hover  
{
color: green; text-decoration: underline; background: #33FF66 
}
a:visited 
{ 
color: green; text-decoration: none 
}


BODY  
{
	font-size : medium;
	font-family : Comic Sans MS;
	color : Black;
	text-align : center;
	background-color : ffffcc;
}


