#banner {
	overflow: visible;
	position: static;
	visibility: visible;
	left: 0px;
	top: 0px;
	text-align: left;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
      font-weight: bold;
}
#content {
	position: static;
	visibility: visible;
	left: 0px;
	margin: 0px;
	border-top: none;
	border-right: none;
	border-left: none;
	padding: 10px;
}
body {
	background-color: #c6e0b8;
	font-family: Comic Sans MS, sans-serif;
      font-size: 12pt;
      color: brown;
}
a:link
      {
	text-decoration:underline; 
	color:blue;
	}
a:active {color: black;}
a:hover {color: black;}
a:visited {color: green;}
a:link img {border: 4px solid brown}
a:active img {border: 4px solid black}
a:hover img {border: 4px solid black}
a:visited img {border: 4px solid green}

