A:Link  {
	color : #FFFF00;
	text-decoration : underline;
}

A:Visited  {
	color : #FFFF00;
	text-decoration : underline;
}

A:Hover  {
	color : #FFFFFF;
	text-decoration : underline;
}

BODY  {
	background-color : #C0C0C0;
	font-size : small;
	font-family : Arial,Helvetica;
	font-weight : normal;
	font-style : normal;
	color : #FFFF00;
}

