p.login_text {
	font-family: freestyle script, calibri;
	font-size: 300%;
	font-color: white;
	position: absolute;
	top: 5%;
	left: 35%;
	}
table.login_box {
	position: absolute;
	top:35%;
	left: 15%;
	}
td.col_one {
	font-size: 130%;
	font-family: times new roman, calibri, sans-serif;
	color: rgb(153,217,234);
	z-index: 2;
	}
input.input {
	background-color: #003333;
	border-style: solid;
	color: white;
	font-size: 130%;
	font-family: calibri, sans-serif;
	}
input.submit_box {
	background-color: #003333;
	border-style: solid;
	color: white;
	font-size: 130%;
	font-family: calibri, sans-serif;
	text-align: right;
	}