.center-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.center-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 75%;
	
}

.content-box {
  background: white;
  padding: 15px;
  border-radius: 3px;
}

div {
	padding:10px;
}

a:hover { 
  text-decoration:none; 
  }

body {
  font-family:helvetica,arial;
  background: url(/images/background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

p {
  font : normal;
  font-family  : helvetica, sans-serif;
  font-style   : normal;
  font-variant : normal;
  font-weight  : normal;
  text-align   : left;
  }

.small-text {
  font : normal;
  font-family  : helvetica, sans-serif;
  font-size    : 80%;
  font-style   : normal;
  font-variant : normal;
  font-weight  : normal;
  text-align   : left;
  }


li {
  text-align : left;
}

li.center {
	text-align: center;
}

h1 {
	font-family : helvetica, sans-serif;
	margin-bottom: -5px;
}