body {
	background-color: gray;
	color: rebeccapurple;
	margin : 10%;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 200%;
}
a { 
	text-decoration: none; 
	color: midnightblue;
} 
a:visited {	color: midnightblue;
}

input.buttongo 	{ width: 150px; height: 50px; font-size: 125%; border-radius: 15px; cursor: pointer; vertical-align: middle; background-color: rebeccapurple; border-color: rebeccapurple; color: gray; font-weight: bold; } 


input.credentials { font-size: 30px; width: 200px; height: 50px; border: none; color: midnightblue; text-align: center; background-color: silver; border-radius: 20px; }
p.error { font-style: italic; font-size: 24px; background-color: red; color: silver; padding: 5% 10%; }
table 	{ font-weight: bold; text-align:right; box-align: center; } 
td 		{ padding: 5px 15px; } 
th      { font-size:250%; } 