/* CSS for toads world */


body {
	margin: 5% 10%;
	background-image: url('../imgs/Bcar7bELi.jpg');
	background-repeat: no-repeat;
    background-attachment: fixed;
	font-family: Segoe UI, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

header img {
	transform: rotateZ(340deg);
	float: left;
}

header nav li {
	display:inline;
	word-spacing: 10px;	
}

nav {
	border: solid 1px #99ff66;
	border-radius: 10px;
}

nav ul li a {
	font-size: 24px;
	color: #99ff66;
}
nav ul li a:hover, header img:hover {
	background-position: center;
	background-image: url('../imgs/leapfrog.gif');
}

.home {
	margin-top: 10%;
	margin-left: 25%;
	margin-right: 25%;
	border-radius: 25px;
	background-color: rgba(217, 255, 179, .75);
	text-align: center;
	font-size: 22px;
}

.pagemessage {
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 20%;
	border-radius: 25px;
	padding: 5px;
	background-color: rgba(217, 255, 179, .75);
	text-align: center;
	font-size: 14px;
}

.pagemessage2 {
	top: 20%;
	left: 1px;
	width: 50px;
	text-align: center;
	border-radius: 15px;
	background-color: rgba(217, 255, 179, .75);
	font-size: 14px;
	position: fixed;
}

.bitch {
	border-radius: 25px;
	padding: 5px;
	background-color: rgba(217, 255, 179, .75);
	text-align: center;
	font-size: 14px;
}

.bitch table td  {
	border: solid 1px black;
	width: 50%;
	text-align: left;
}

.bitch table td .submittedby {
	color: blue;
	font-style: italic;
}

.bitch ul li {
	list-style-type: none;
}

.links {
	border-radius: 25px;
	padding: 5px;
	background-color: rgba(217, 255, 179, .75);
	text-align: left;
	font-size: 14px;
}
.links h2 {
	text-align: center;
	text-decoration: underline;
}

.bartmoon {
	top: 1px;
	position: fixed;
	
}

.secondheader {
	font-size: 20px;
	color: green;
}