/* hyperlink behaviour */
a:link {
	color: #00FF41;
	background-color: transparent;
	text-decoration: none;
	}

a:visited {
	color: #00FF41;
	background-color: transparent;
	text-decoration: none;
	}

a:hover {
	color: #00FF41;
	background-color: transparent;
	text-decoration: underline;
	}

a:active {
	color: #00FF41;
	background-color: transparent;
	text-decoration: underline;
	}
/* doesnt work:
ul {
    list-style-type: none; 
    }
*/  
