@import url("styles.css");
<style type="text/css">

/*by Studio VII Sparber001*/
a:link {color: #000000;}
a:visited {color: #000000;}
a:hover {color: #33CC00;}
a:active {color: #CC33FF;}
.mytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;

}
.mytext a:link {
	color: #000000;
	text-decoration: none;
}
.mytext a:visited {
	color: #000000;
	text-decoration: none;
}
.mytext a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.mytext a:active {
	color: #006600;
	text-decoration: none;
}

</style>
