body, table, tr, textarea, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Gray;
}

a{
	color: #717171;
	font-size: 11px;
	text-decoration: underline;
	padding: 3px;
	margin: 3px;
}
a:hover{
	text-decoration: none;
}
a.menu {
	color: #A4A4A4;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a:hover.menu{
	text-decoration: underline;
}

img.one{
	border-color: Gray;
	border-style: solid;
	border-width: 1px;
}