p, div {
	color: black;
	font-family: Georgia;
	font-size: 10pt;
	line-height: 1.6;
	}

a:link, a:visited, a:active {
	color: #00404a;
	}
	
a {
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

body.login_body {
	background-color: #c1d7da;
	}

div.login_box {
	background-color: #fff0e1;
	width: 25%;
	border: 1px #3e7178 solid;
	margin: 0 auto;
	margin-top: 15%;
	padding: 2em;
	text-align: center;
	}

div.login_form {
	font-size: 8pt;
	line-height: 2;
	}

#submit_button {
	margin-top: 1em;
	}
