body{
	color:white;
	font-family:"Courier new",monospace;
	background-color:black;
}
.banner{
	background: linear-gradient(155deg,skyblue 15%,limegreen);
	height:75px;
	width:100%;
}
.banner h1 a {text-decoration:none;
				color:inherit;}

.banner a {
	text-decoration:none;
	color:black;
	font-weight:bold;
}
.footer a {color:inherit;}
.main-content{
	width:75%;
	background-color:blue;
margin: 0 auto;
}
.entry{
	padding:10px;
	border-right: 6px solid orange;
	border-left:6px solid orange;
}
.topnav{
	margin: 0 auto;
}
.form{
	margin: 0 auto;
}
.entry .submitter {
	font-size:smaller;
	text-align:right;
}
table{
border:collapse;
width:100%;
border:0px;
}

tr,td a{
	text-decoration:underline;
	color:white;
	font-weight:bold;
}

