P  {}

H1  {}

H2  {}

H3  {}

A  {
	color : Blue;
	text-decoration : none;
	list-style-type : square;
	list-style-position : inside;
	list-style : inside;
}

A:Visited  {
	color : Blue;
	text-decoration : none;
	text-transform : capitalize;
}

A:Active  {
	background-color : Silver;
	text-decoration : none;
	color : Blue;
}

A:Hover  {
	background-color : Silver;
	text-decoration : underline;
	color : red;
	margin : 0;
	padding : 0;
	width : auto;
	overflow : none;
	left : center;
}

BODY  {}

