A:link { 
	color: #999999; 
	text-decoration: none; 
	border-bottom: dotted 1px #999; 
	background-color: transparent;
	}

A:visited { 
	color: #666666; 
	border-bottom: dotted 1px #999; 
	text-decoration: none; 
	background-color: transparent;
	}

A:active {
	color: #290EDF;
	background-color: transparent;
	}

A:hover { 
	color: #190CCC; 
	border-bottom: dotted 1px #f90; 
	background-color: transparent;
	}

A.noborder {
	border: 0px;
	}

A.bold {
	font-weight: bold;
	}
	
.box {
	border-left : 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	border-right: 1px dotted #666666;
	background: transparent;
}
.box1 {
	border : 1px dotted #666666;
	background: transparent;
}