A {
	background : transparent;
	color : Yellow;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : smaller;
	font-weight : bold;
	text-decoration : none;
}

A:HOVER {
    background : transparent;
	text-decoration : underline;
	color : Red;
}

A:VISITED {
	background : transparent;
	color : Yellow;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : smaller;
	font-weight : bold;
	text-decoration : none;
}

H1 {
	color : #ffcc33;
}

