a:link {
	text-decoration: none;
	color: #414141;
}

a:visited {
	text-decoration: none;
	color: #606060;
}

a:active {
	color: #414141;
}

a:hover {
        text-decoration: underline;
        color: red;
}

ul{
	margin-top: 5;
}