a:link {
	color: White;
	text-decoration: none;
}

a:visited {
	 text-decoration: none;
	 color: White;
}


a:hover {
   color: Black;
}

.akt_link {
    border-bottom: solid;
	 border-width: 1px;
	 padding-bottom: 2px;
	 border-color: White;
	 background-color: transparent;
}

.second:link {
	color: Black;
	text-decoration: underline;
}

