@charset "utf-8";
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
a:hover {
	color: #ff8b00;
}

a.HomeText:link {
	text-decoration: none;
}
a.HomeText:hover {
	text-decoration: none;
	color: #FF0000;
}
a.HomeText:visited {
	text-decoration: none;
}
a.HomeText:active {
	text-decoration: none;
}

a.Deep:link {
	color: #999999;
}
a.Deep:visited {
	color: #999999;
}
a.Deep:hover {
	color: #23a9bc;
}
a.Deep:active {
}
a.Techno:link {
	color: #999999;
}
a.Techno:visited {
	color: #999999;

}
a.Techno:hover {
	color: #FF0000;
}
a.Techno:active {
}
a.DeepBlue:link {
	color: #23a9bc;
}
a.DeepBlue:visited {
	color: #23a9bc;
}
a.Deepblue:hover {
	color: #23a9bc;
}
a.DeepBlue:active {
}
a.Podcast:link {
	color: #999999;
}
a.Podcast:visited {
	color: #999999;
}

a.Podcast:hover {
	color: #FF9900;
}
a.Podcast:active {
	color: #999999;
}
