#word  {
	font-family : verdana,arial;
	color : #000000;
	font-size : 10pts;
}

A  {
	color : #gray;
	font-family : verdana,arial;
	font-size : 16pts;
	font-weight : normal;
	text-decoration : underline;
}

A:active  {
	color : #C0C0C0;
	font-family : verdana,arial;
	font-size : 16pts;
	font-weight : normal;
	text-decoration : underline;
}

A:hover  {
	color : #FFFFFF;
	font-family : verdana,arial;
	font-size : 16pts;
	font-weight : normal;
	text-decoration : overline;
	background-color : #C0C0C0;
}

A:visited  {
	color : gray;
	font-family : verdana,arial;
	font-size : 16pts;
	font-weight : normal;
	text-decoration : underline;
}

