<style>

}

a  	{ // Gözüken Renk

	font-size : 10px;
	font-family : currier, currier, verdana, currier;
	color : #0033CC;
	text-decoration : none;

	}

a:active  { // Tıklandıktan Sonra Gözüken Renk
	font-size : 10px;
	font-family : currier, currier, verdana, currier;
	color : #0033CC;
	text-decoration : none;

}

a:hover  { // Link Üzerindeki Renk
	font-size : 10px;
	font-family : currier, currier, verdana, currier;
	color : #000000;
	text-decoration :none;
	
}

</style>