body {
	background-color: #000000;
	margin: 0px;
}

body.stripe {
	background-attachment: fixed;
	background-image: url(images/menu_background.gif);
	background-repeat: repeat-y;	
}

.stripe {
	background-attachment: fixed;
	background-image: url(images/menu_background.gif);
	background-repeat: repeat-y;	
}

.lava-lamp {
	background-position: left;
	background-image: url(images/lava_lamp_background.jpg);
	background-repeat: repeat-y;	
}

a:link, a:visited {
	color: #D94CED;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active {
	color: #D94CED;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}

td {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

input {
	border: 1px solid #D94CED;
	color: #000000;
	background-color: #FFFFFF;
}