body {
	background-color: black;
	margin: 4%;
}

table {
	width: 100%;
	border-collapse: collapse;
}

tr {
	display: none;  /* hide all rows */
}

p,b,li,td,th  {
	font-family: Tahoma, Arial, Helvetica;
}

#rattle {
	background-image: url("/stuff/images/backgrounds/translucent.png");
	background-repeat: repeat;
	border-radius: 20px; # 10px 10px 10px;
	#border: solid #069420 2px;
	padding: 1%;
	position: absolute;
	top: 4%;
	left: 4%;
	width: 40%;
}


#contact {
	background-image: url("/stuff/images/backgrounds/semisolid.png");
	background-repeat: repeat;
	border-radius: 10px 10px 10px 10px;
	border: solid black 1px;
	padding-right: 15px;
	padding-left: 15px;
	position: fixed;
	left: 50px;
	bottom:  250px;
	width: 50%;
}


tr:nth-child(even) {
	background-color: gray;
}
tr:nth-child(odd) {
	background-color: white;
}
