/* CSS Document */

.w10 { font-family:Arial; color:#000033; font-size: x-small}

a:link {
	font-size: x-small; color: #000000;
	text-decoration: none;
	text-decoration: underline;
}
a:visited {
	font-size: x-small; color: #000000;
	text-decoration: none;
	text-decoration: underline;
}
a:hover {
	font-size: x-small; color: #FF0000;
	text-decoration: none;
	text-decoration: underline;
}
a:active {
	font-size: x-small; color: #FF0000;
	text-decoration: none;
	text-decoration: underline;
}