/* CSS Document LINKS */

#links {
	margin-bottom: 5px;
}
#links form {
	margin: 0px;
	padding: 0px;
}
#links h1 {
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4CBAD5;
}
#links a {
	color: #30AFCE;
	font-weight: bold;
	text-decoration: none;
}
#links a:hover {
	text-decoration: none;
}
#links .add_links {
	text-decoration: none;
	border: 1px dotted #CCCCCC;
}
#links .add_links th {
	text-decoration: none;
	background-color: #FFE9A5;
	padding: 3px;
}
#links .linea {
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #30AFCE;
}
#links .red {
	text-decoration: none;
	color: #FF0000;
}
