
/*-------------------------------------------------- Ссылки */

a{
	color: #0ff;
	text-decoration: none;
}

a:hover{
text-decoration: underline;
}

a:active,
a:visited{
text-decoration: none;
}


/*-------------------------------------------------- Страница */

body {
  color: #fff;
  background-color: #101520;
  font-family: Verdana;
}


.wrapper {
	margin: 0 auto;
	width: 780px;
	min-width: 200px;
	max-width: calc (1280px - 60px);
	2float: left;
	2clear: both;
	padding: 1.625rem 1.875rem 0.3750rem;
}