A {
	color : Yellow;
	font-weight : bold;
	text-decoration : none;
}
A:VISITED {
	color : #FFD700;
	font-weight : bold;
	text-decoration : none;
}
A:HOVER {
	color : Yellow;
	font-weight : bold;
	text-decoration : underline;
}



H1 {
	font-size : large;
	font-family : sans-serif;
}

P {
	font-family : sans-serif;
}

div {
	width : 400px;
}

H2 {
	font-size : large;
	font-family : serif;
}

A:ACTIVE {
	color : White;
	font-weight : bold;
	text-decoration : underline;
}
	
}



