 a {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
 a:hover {
	color: #000000;
	text-decoration: underline;
}
 #small:hover {
	text-decoration: underline;
}
 #small {
	color: #000000;
	font-size: 11px;
}
#small2:hover {
	text-decoration: underline;
}
#small2 {
	color: #0000ff;
	font-size: 10px;
}