body {
	font-family :  Arial, Helvetica, sans-serif;
}

.blue {
	background-color : transparent;
	color: #06c;
}

h1 {
	background-color : transparent;
	color: #06c;
}

a:link {
	background-color : transparent;
	color : #000;
	text-decoration: none;
}

a:visited {
	background-color : transparent;
	color : #000;
	text-decoration: none;
}

a:hover {
	background-color : transparent;
	color : #000;
	text-decoration: underline;
}

a.bl:link {
	background-color : transparent;
	color : #000;
	text-decoration: underline;
}

a.bl:visited {
	background-color : transparent;
	color : #000;
	text-decoration: underline;
}

a.bl:hover {
	background-color : transparent;
	color : #000;
	text-decoration: underline;
}
