.badbunny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	line-height: 16px;
	background-color: #042D43;
	color: #6C521D;
	margin: 30px 30px 30px 0px;
	background-image: url(images/evil.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	margin: 20px;
	
}

.goodbunny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	line-height: 16px;
	background-color: #87B6E0;
	color: #6C521D;
	margin: 30px 30px 30px 0px;
	background-image: url(images/good.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	margin: 20px;
	
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

hr {
	color: #6C521D;
	}
	
h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 5px;
	padding-top: 10px;
	}
	
a {
	color: #339900;
	text-decoration: underline;
	}
	
a:visit {
	color: #339900;
	text-decoration: underline;
	}
	
a:hover {
	color: #FF9900;
	text-decoration: underline;
	}

#nav {
	width: 330px;
	font-weight: normal;
	}
	
.nav_selected {
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
	}
	
#content {
	padding: 20px;
	position: absolute;
	z-index: 5;
	width: 30%;
	min-width: 336px;
	background-color: #FFFFFF;
	}

#content_main {
	padding-bottom: 20px;
	width: 330px;
	}
	
#content_main img {
	border: 1px solid #FFFFFF;
	}
	
#header {
	padding: 0px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #339900;
	font-size: 18px;
	font-weight: bold;
	}
	
#header a {
	text-decoration: none;
	}
	
#header a:visit {
	text-decoration: none;
	}
	
#header a:hover {
	color: #FF9900;
	text-decoration: none;
	}
	
.and {
	position: relative;
	display: inline;
	top: 3px;
	color: #FF9900;
	font-size: 28px;
	font-weight: bold;
	}
	
#rabbits {
	position: absolute;
	z-index: 5;
	right: 0px;
	top: 0px;
	width: 50%;
	min-width: 337px;
	background-color: #993333;
	text-align: right;
	}
	