body {
	background-color: #ffe03f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

textarea, select, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.dataCell {
	border-bottom: 1px solid #cccccc;
}

a: {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-decoration: underline;
	}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #ff0000;
}

a:active {
	text-decoration: underline;
	color: #ff0000;
}

.guestbookSignup {
	border-left: 4px solid #9FBA85;
	border-top: 4px solid #9FBA85;
	border-right: 4px solid #B6C8A2;
	border-bottom: 4px solid #B6C8A2;
}
.randomPerformer {
	border-left: 4px solid #8B95B0;
	border-top: 4px solid #8B95B0;
	border-right: 4px solid #6779AB;
	border-bottom: 4px solid #6779AB;
}
.shadowLeft {
	background-color: #eef8fa;
	background-image: url(graphics/shadowLeft.jpg);
	background-repeat: repeat;
	background-position: top;
}
.shadowRight {
	background-color: #eef8fa;
	background-image: url(graphics/shadowRight.jpg);
	background-repeat: repeat;
	background-position: top;
}
.style2 {color: #333366; font-size: 12px; font-weight: bold; font-style: italic; }
.style3 {color: #333366; font-size: 18px; font-style: italic; }
.style4 {color: #333366; font-size: 14px; font-style: italic; }
.style5 {color: #CC3300; font-size: 12; font-weight: bold; font-style: italic; }
.style7 {font-size: 18px; }

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

a.boldbuttons{
	background: transparent url('graphics/roundedge-gray-left.gif') no-repeat top left;
	display: block;
	float: left;
	font: bold 13px Arial; /* Change 13px as desired */
	line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	height: 30px; /* Height of button background height */
	padding-left: 8px; /* Width of left menu image */
	text-decoration: none;
}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
	color: white; /*button text color*/
}

a.boldbuttons span{
	background: transparent url('graphics/roundedge-gray-right.gif') no-repeat top right;
	display: block;
	padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
	width: 100px;
}

a:hover.boldbuttons{ /* Hover state CSS */
	text-decoration: underline;
}


.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
}

</style>

