
A:link {
	text-decoration	: 	underline;
	color			:	#426D74;
}

A:visited {
	text-decoration	: 	underline;
	color			:	#426D74;
}

A:active {
	text-decoration	: 	underline;
	color			:	black;
}

A:hover {
	text-decoration	: 	underline;
	color			:	black;
}

A:link.nav {
	text-decoration	: 	none;
	color			:	black;
	font-size		:   10px;
}

A:visited.nav {
	text-decoration	: 	none;
	color			:	black;
	font-size		:   10px;
}

A:active.nav {
	text-decoration	: 	none;
	color			:	#426D74;
	font-size		:   10px;
}

A:hover.nav {
	text-decoration	: 	none;
	color			:	#426D74;
	font-size		:   10px;
}

FONT:text {
	font-size		:   12px;
	font-color		:	black;
}

