html {
	font-size: 16px;
}

a:hover {
	color: white;
	text-decoration: none;
}
a:focus {
    outline: none;
	text-decoration:none;
}
