body {
	font-family: 'Arial';	
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: gray;
}

a:hover {
	text-decoration: underline;
}

#logo {
	margin-top:50px;
	margin-left: auto; 
	margin-right: auto; 
	width: 250px;
}

#error_msg {
	margin-top:20px;
	text-align: center;
	font-size: 20px;
}