A:link {text-decoration: none; color: #333333;}
A:active {text-decoration: none; color: #333333;}
A:visited {text-decoration: none; color: #333333;}
A:hover {text-decoration: underline; color: #333333;}
body {
	background-image: url('back.png');
	background-repeat: no-repeat;
	background-size: 100%;

	font-size: 16px;
	font-family: "Open Sans", sans-serif;
  	font-weight: 600;
	color: #000000;
	text-align: center;
	position: absolute;
	top: 150px;
	width: 99%;
}
