H1  {
	font-size : xx-large;
	font-family : Tahoma;
	font-weight : bold;
	font-style : italic;
	color : Silver;
}

H2  {
	font-size : large;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : Red;
}

A  {
	color : Lime;
	font-weight : bold;
	font-family : sans-serif;
}

A:Visited  {
	font-weight : bold;
	font-family : sans-serif;
	color : Green;
}

A:Active  {
	font-family : sans-serif;
	font-weight : normal;
	color : Lime;
}

A:Hover  {
	color : Red;
	font-weight : bold;
	font-family : sans-serif;
}
