body {
	color: #000;
	text-decoration: none;
	text-align: center;
	margin: 50px;
	opacity: 1;
	font: normal small "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	
}

a {
	text-decoration: none;
}

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}

bigger {
	font-weight: bold;
}
