body {
    font-family: 'Lato', sans-serif;
	background-color: #000000;
	color: #ffffff;
}

h1 {
    margin-bottom: 40px;
}

 /* unvisited link */
a:link {
  color: red;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: red;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: #ffffff;
  text-decoration: none;
}

/* selected link */
a:active {
  color: #00ff00;
  text-decoration: none;
} 

label {
    color: #ffffff;
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}

.help-block.with-errors {
    color: #00FF00;
    margin-top: 5px;
}