body {
	background-color: 	black;
	color: 				#FFE6BF;
	font-size:			0.8em;
	font-family:		Arial;
	min-width:			800px;
	text-decoration:	none;
}

table {
	background-color: #000000;
	border: none;
	width: 620px;
	margin: 2px;
	padding: 2px;
}

th {
	background-color: #BB834B;
	font-weight: 700;
	 color: #FBFFDA;
}

tr {
	background-color: #510000;
}

td {
	text-align: center;	
}

.smaller {
	font-size: 0.7em;	
}

.larger {
	font-size: 0.9em;	
}

img {
	text-decoration:	none;
	border:			none;
}

a:link, a:visited, a:active{
	color: 				#FBFFDA;
	text-decoration:	none;
}

a:hover {
	color: 				white;
	text-decoration:	none;
}


.recip_left { 
	width: 			150px;
	float: 			left;
	margin-right: 	50px;
	padding-top:	220px;
	text-align:		center;
}

.content_right {
	width: 600px;
	float: left;	
}

.body_center {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: center;
}