body {
	background-color:gray;
	text-align:center;
	}
h1, h2, h3, h4 {
font-family:arial;
color:darkblue;
}
form {
	border:10px ridge blue;
	}
hr {
	color:blue
}
.head{
	border-top:3px groove blue;
	border-left:3px groove blue;
	border-right:3px groove blue;
	}
.body{
	border-bottom:3px groove blue;
	border-left:3px groove blue;
	border-right:3px groove blue;
	}
label{
	font-weight:bold;
	}
table{
	margin-left:auto;
	margin-right:auto;
	}
#indexLink{
	position:absolute;
	bottom:15px;
}
.important{
	font-weight:bold;
	}
