body {
	font: 12pt Verdana, Arial, Georgia, sans-seriff;
	background-image: url('images/websitebackground.jpg');
}
nav {
	width: 150px;
	float: left;
	margin-top: 12px;
	margin-right: 18px;
}
section {
	width: 350px;
	float: left;
}
h1 {
	text-align: center;
}
nav a {
	text-decoration: none;
	border-radius: 5px;
}
nav ul {
	list-style: none;
	margin: 12px 0px 0px 0px;
	padding: 0px;
}
nav ul li a:link, nav ul li a:visited {
	font-size: 12pt;
	font-weight: bold;
	display: block;
	padding: 3px 0px 3px 3px;
	background-color: #628794;
	color: #ffffff;
}
nav ul li a:hover, nav ul li a:active {
	font-size: 12pt;
	font-weight: bold;
	display: block;
	padding: 3px 0px 3px 3px;
	background-color: silver;
	color: #000000;
	transform: scale(1.1);
}
nav ul ul  {
	margin: 0px;
	padding: 0px;
}
nav ul ul li {
	border-bottom: none;
}
nav ul ul li a:link, nav ul ul li a:visited {
	font-size: 8pt;
	font-weight: bold;
	display: block;
	padding: 3px 0px 3px 18px;
	background-color: #628794;
	color: #ffffff;
}
nav ul ul li a:hover, nav ul ul li a:active {
	font-size: 8pt;
	font-weight: bold;
	display: block;
	padding: 3px 0px 3px 18px;
	background-color: silver;
	color: #000000;
}
.list1 {
	color: white;
	background-color: black;
	border: 5px solid teal;
	border-radius: 5px;
}

.centered {
	text-align: center;
}
.square {
	list-style: square;
}
a:link, a:visited {
	color: orange;
}
.customheader {
	border: 5px solid teal;
	border-radius: 5px;
}
.coolbutton {
	background-color: teal;
	color: black;
}
input:hover {
	cursor: pointer;
}