body {
	background-color: #F5F5DC;
	margin-left: 2em;
	margin-right: 2em;
	margin-top: 2em;
	width: 500px;
}

.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: 600;
	text-align: center;
}

.text {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
}

.footer {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 500;
	text-align: center;
	font-style: italic;
}

.border {
  	border : 5px #000000 double;
  	background-color : White;
  	text-align : center;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
}

.buttons a {
	color: Blue;
	background-color: ;
	padding: 1px;
	padding-left: 3px;
	display: inline;
	font: 12px Arial, sans-serif;
	font-weight: 500;
	text-decoration: underline;
	text-align: left;
	line-height: 1.2em;
}

.buttons a:hover {
	background-color: #6495ED;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 1.2em;
}

hr {
	font-size: 5px;
	width: 500px;
	color: Black;
}
.article {
	text-align: justify;
	text-indent: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}