body {
	background: transparent;
	color: #000;
}
a , a:hover, a:focus {
color: #CECECE;
}
input[type="button"].form-control, button.form-control {
	background-color: rgba(0,0,0,1);
	border-color: rgba(255,255,255,1);
	border-width: 1px;
	color: #ffffff;
}
body {
font-family: 'Roboto', sans-serif;
}