BODY
{
	left: 50px;
	position: absolute;
	background-color: cornflowerblue;
}
A
{
	color: saddlebrown;
	text-decoration: none;
}
H2
{
	font-weight: bold;
	font-size: larger;
}
hr
{
	border-right: black double;
	border-top: black double;
	border-left: black double;
	width: 80%;
	border-bottom: black double;
	height: 10px;
	background-color: orange;
}
