body {
	margin: 0;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
}
td {
	vertical-align: top;
}
a {
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h5 {
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: rgb(255,170,50);
	margin: 2% 6% 2px;
}



#logoBackground {
	height: 100px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	background-color: rgb(255,170,50);
}
#logoImg {
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	margin: 0;
}
#logo {
	position: absolute;
	top: 50px;
	right: auto;
	bottom: auto;
	left: 120px;
	margin: 0;
	font-size: 26pt;
	font-style: italic;
	letter-spacing: 0.1em;
	color: rgb(70,180,80);
}
.linkBar {
	position: absolute;
	top: 100px;
	right: 0;
	bottom: auto;
	left: 0;
	margin: 0;
	font-weight: bold;
	background-color: rgb(80,190,90);
	text-align: center;
	padding: 4px 0 6px;
}
.linkBar a {
	color: rgb(0,0,0);
	text-decoration: none;
}
#mainContent {
	width: 900px;
	margin: 150px auto 0;
}




.party {
	background-color: white;
	color: purple;
	text-align: center;
	font-family: "Monotype Corsiva", "Bookman Old Style", script;
	font-size: 18pt;
}
.poetry {
	font-family: "Comic Sans MS", Kids, Times, serif;
	font-size: 12pt;
	color: rgb(100,0,50);
}
.suckOnThis, .suckOnThisText {
	color: rgb(255,255,100);
	background-color: rgb(50,245,150);
	font-weight: bold;
	font-family: "Comic Sans MS",Arial,Helvetica,sans-serif;
}
.suckOnThis {
	text-align: center;
	width: 400px;
	padding-bottom: 40px;
}
