body, textarea, input {
  background-color:		rgb(130,0,20);
  color:			rgb(255,255,255);
  font-family:			Arial;
  scrollbar-base-color:		rgb(130,0,20);
  scrollbar-3dlight-color:	rgb(192,128,64);
  scrollbar-arrow-color:	rgb(255,255,255);
  scrollbar-darkshadow-color:	0;
  scrollbar-face-color:		rgb(130,0,20);
  scrollbar-highlight-color:	rgb(240,180,130);
  scrollbar-shadow-color:	rgb(60,0,10);
  scrollbar-track-color:	rgb(100,0,16);
}

textarea, input {
  background-color:		rgb(255,255,230);
  color:			rgb(64,32,0);
  border:			2ps inset rgb(220,150,100);
  font-family:			Courier New;
}

button {
  background-color:		rgb(110,0,18);
  color:			rgb(255,255,255);
  border:			2px outset rgb(220,150,100);
}

textarea {
  font-family:			Courier New;
}

a:link {
	color:			rgb(255,255,255);
	text-decoration:	none;
}
a:visited {
	color:			rgb(192,128,64);
	text-decoration:	none;
}
a:active {
	color:			rgb(255,255,255);
	text-decoration:	none;
}
a:hover {
	color:			rgb(255,255,255);
	text-decoration:	underline;
}

hr {
	color:			rgb(255,255,255);
	height:			3px;
	border:			0px solid 0;
}

table {
	border:			0px solid rgb(255,255,255);
}

.guest_table {
	border:			0px solid rgb(255,255,255);
	padding:		5px;
	margin:			0px;
	border-collapse:collapse;
}

.guest_t1, .guest_t2, .guest_t3, .guest_t4 {
	font-size:		x-small;
	text-align:		center;
	border-top:		2px solid rgb(255,255,255);
	padding-top:	10px;
}

.guest_field {
	border-bottom:	2px solid rgb(255,255,255);
	font-family:	Courier New; 
	font-size:		x-small;
 }