P  {}

H1  {}

H2  {}

H3  {}

A  {
	font-size : medium;
	font-weight : bold;
	text-decoration : none;
	color : Black;
	padding-left : 5;
	padding-right : 5;
}

A:Visited  {}

A:Active  {
	font-size : medium;
	font-weight : bold;
	text-decoration : none;
	color : Black;
	background-color : Red;
	padding-left : 5;
	padding-right : 5;
}

A:Hover  {
	font-size : medium;
	font-weight : bold;
	text-decoration : none;
	color : Black;
	background-color : Red;
	padding-right : 5;
	padding-left : 5;
}

BODY  {
	font-size : large;
}

TABLE  {
	font-size : large;
}


