body {
	color: #666666;
}

table.main {
	border: 2px solid #9b9b9b;
}

a.ul:link {
	color: #666666;
	text-decoration: none;
}

a.ul:active { 
	color: #666666;
	text-decoration: none;
}

a.ul:visited { 
	color: #666666;
	text-decoration: none;
}

a.ul:hover { 
	color: #ff3333;
	border-bottom: dotted 1px #ff3333;
}

a.ul2:link {
	color: #666666;
	text-decoration: none;
	border-bottom: dotted 1px #666666;
}

a.ul2:active { 
	color: #666666;
	text-decoration: none;
}

a.ul2:visited { 
	color: #666666;
	text-decoration: none;
	border-bottom: dotted 1px #666666;
}

a.ul2:hover { 
	color: #ff3333;
	border-bottom: dotted 1px #ff3333;
}

a.ul3:link {
	color: #ff3333;
	text-decoration: none;
}

a.ul3:active { 
	color: #ff3333;
	text-decoration: none;
}

a.ul3:visited { 
	color: #ff3333;
	text-decoration: none;
}

a.ul3:hover { 
	color: #ff3333;
	border-bottom: dotted 1px #ff3333;
}
