html {
	height : 100%;
}

body {
	margin           : 0px;
	padding-top      : 50px;
	height           : 100%;
	background-color : #000040;
	color            : #ffffff;
	font-size        : 50px;
}

h1 {
	font-size  : 80px;
	font-style : italic;
	text-align : center;
}

select {
	height  : 100px;
	padding : 10px 5px 10px 5px;
}

input[type="text"] {
	width   : 400px;
	height  : 100px;
	padding : 10px 5px 10px 5px;
}

input[type="button"] {
	margin-top : 30px;
	padding : 20px 10px 20px 10px;
}

table {
	margin : auto;
	border : none;
}
table td {
	border  : none;
	padding : 10px;
}

table tbody td:nth-child(1) {
	text-align : right;
}
table tbody td:nth-child(2) {
	text-align : left;
}

hr {
	width  : 100%;
	border : 2px solid #ffffff;
}
