A:visited {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background: #FF0000;
	padding: 0 15 0 15;
	width: 60px;
	border: white;
	border-left-color: white;
	border-top-color: white;
	border-top-width: 6px;
}

A:active {
	color : #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size: 12px;
	font-weight: bold;
	background:#FF0000;
	padding: 0 15 0 15;
	width: 60px;
	border: white;
	border-left-color: white;
	border-top-color: white;
	border-top-width: 6px;
}

A:link {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background: #FF0000;
	padding: 0 15 0 15;
	width: 60px;
	border: white;
	border-left-color: white;
	border-top-color: white;
	border-top-width: 6px;
}

a:hover {
	color : #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background:#FFFFFF;
	padding: 0 15 0 15;
	width: 60px;
	border: white;
	border-left-color: white;
	border-top-color: white;
	border-top-width: 6px;
	}

a:name {
	color: #FF0000;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 15 0 15;
	width: 62px;
	border: white;
	border-left-color: white;
	border-top-color: white;
	border-top-width: 6px;
}

/*	border-left-style: ridge;
	border-left-width: 3px;
		border-top-style: ridge;
	*/