/* CSS Document */

.links {
	font-family: Tahoma;
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}

A.links:hover {
	color: Black;
	text-decoration: underline;
	font-family: Tahoma;
	font-weight: bold;
}

.indexlink {
	font-family: Tahoma;
	color: White;
	text-decoration: none;
	font-weight: bold;
}
.indexlink:hover {
	font-family: Tahoma;
	text-decoration: underline;
	color: #000066;
	font-weight: bold;
}

.27designs {
	font-family: Tahoma;
	color: #000066;
	text-decoration: none;
}
.27designs:hover {
	font-family: Tahoma;
	text-decoration: underline;
	color: Black;

}

.DLLINK {
	font-family: Tahoma;
	color: #0000CC;
	font-weight: bold;
}
.DLLINK:hover {
	font-family: Tahoma;
	text-decoration: underline;
	color: Black;
	font-weight: bold;

}
