body {
	font-family: arial, sans-serif;	
}

a:hover {
	color: #cca300;
}

#loginbutton {
	margin: 15px auto;
	width: 150px;
	height: 50px;
	background: linear-gradient(lightblue, blue);
	color: white;
	text-shadow: (1px 1px 1px grey);
	font-weight: bold;
	font-size: 15px;
}

#loginbutton:hover {
	cursor: pointer;
	background: linear-gradient(lightblue, black);
}

p.error {
	color: red;
	font-size: 16px;
}