/* CSS Document */

a:link{
	background: transparent;
	border-bottom-width: 2px;
	border-color: #000000 #000000 #000000;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style: dotted;
	border-top-width: 0px;
	color: #804040;
	font-weight: bold;
	text-decoration: underline;
}

a:visited{
	background: transparent;
	color: #845900;
	font-weight: bold;
	text-decoration: underline;
}

a:hover{
	background: transparent;
	border: dotted;
	border-color: #000000 #000000 #CCCCCC;
	border-width: 0px 0px 2px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

a:active{
	background: transparent;
	border-bottom-width: 2px;
	border-color: #000000 #000000 #CCCCCC;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style: dotted;
	border-top-width: 0px;
	color: #400000;
	font-weight: bold;
	text-decoration: underline;
}

