P  {
	color : Black;
	font-size : medium;
}

H1  {
	font-size : large;
	font-weight : strong;
	color : #ff0000;
}

H2  {
	color : #0078ff;
	font-size : large;
	font-weight : strong;
}

H3  {
	font-size : large;
	color : #0f00ff;
	font-weight : strong;
}

A  {
	font-size : medium;
	color : Blue;
}

A:Visited  {
	color : blue;
}

A:Active  {
	color : blue;
}

A:Hover  {
	color : Red;
}

BODY  {
	color : Black;
	font-size : medium;
}

