h1{
	text-align: center;
	font-style: oblique;
}
nav{
	width: 140px;
}
ul{
	list-style-type: none;
	margin: 1px;
	padding: 1px;
	border-width: 2px;
	border-style: outset;
	border-color: #FF4B00;
}
a{
	font-family: Verdana;
	color: #000;
	text-decoration: none;
	font-size: 12px;
	border-style: solid;
	border-width: 1px;
	display: block;
	padding: 6px;
	background-color: #FF0700;
}
a:hover{
	background-color: #FF3D00;
	border-top-width: 2px;
	border-left-width: 2px;
	border-right-width: 5px;
	border-right-color: #FF4B00;
}