body,td,th,input, select  {
	font-family: Tahoma;
	font-size: 11px;
	color: black;
}
body {
	background-color: #FFFFFF;
	overflow-x: hidden
}

a { color: black }

a:link {
	text-decoration: underline;
}
a:visited {
	color: green;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: green;
}
a:active {
color: green;
	text-decoration: underline;
	font-weight: bold;
}

input, select { width: 100% }


.index { color: red }

.index a:link {
	text-decoration: underline;
}
.index a:visited {
color: green;
	text-decoration: underline;
}
.index a:hover {
	text-decoration: none;
	color: green;
}
.index a:active {
color: green;
	text-decoration: underline;
}