body {
	background-image:url('images/websitebackground.jpg');
	font-size: 12pt;
	font-family: Verdana, Arial, Georgia, sans-seriff;
}
nav {
	text-align: center;
}
nav a {
	text-decoration: none;
	font-weight: bold;
}
nav li {
	display: inline;
}
nav ul li a:link, a:visited {
	color: black;
}
nav ul li a:hover {
	text-decoration: underline;
	color: teal;
}	
.mybutton1 {
	background-color: black;
	color: white;
}
#clickable2, #hiddensection {
	display: none;
}
button {
	font-size: 12pt;
}
button:hover {
	cursor: pointer;
	color: teal;
}
button:active {
	transform: translate(2px,1px);
}
.list1 {
	background-color: black;
	color: white;
	border: 5px solid teal;
	border-radius: 5px;
}
section {
	width: 350px;
}
.currentpage {
	color: teal;
}
.heading1 {
	border: 5px solid teal;
	border-radius: 5px;
}