body {
	text-align: center;
}

hr {
	border-style: double;
	border: 6px solid  Red;
}

table{
		margin-right: auto;
		margin-left: auto;
		width: 20%;
		text-align: center;
	}

