body {
	background : white;
	color : black;
	font-size : 14px;
	font-weight : bold;
	font-family : Verdana, sans-serif;
	text-align : center;
}

#content {
	width : 300px;
	background : white;
	margin : 0 auto;
	margin-top : 00px;
	vertical-align : middle;
	padding : 00px;
}

#links {
	text-align :left;
}

#back {
	border-top : 1px solid gray;
	margin-top : 30px;
}

.label {
	margin : 0 auto;
	width : 287px;
	font-size : 10px;
	margin-bottom : 20px;
}

.label p {
	text-align : justify;
	font-size : 1.3em;
}

a {
	color : DodgerBlue;
	text-decoration : none;
}

a:hover {
	color : #123456;
}
