body {
	margin: 0px;
	background-color: white;
	font-family: sans-serif;
	/*
	background-image: url(images/body_background.gif);
	background-repeat: repeat-y;
	*/
}
a {
	color: #04689C;
	text-decoration: underline;
}
p, ul, li {
	font-size: small;
	font-family: sans-serif;
}
#header_table {
	/*background-color: #C8E4FC;*/
}
.menu_cell {
	background-color: #6F6F6F;
}
#show_thumbs_cell {

}
#show_thumbs_table {
	background-color: white;
}
.maroon_cell{
	background-color: #93D5F5;
}
#maroon_table {
	background-color: #93D5F5;
}
h2 {
	margin: 3px;
}
.right_box_cell {
	background-image: url(images/rightbox_tile.gif); 
	background-repeat: repeat-y;
}
#content_loading {
	text-align: center;
	font-size: small;
}
#playing_content {
	text-align: center;
	font-size: medium;
	font-weight: bold;
}
#contests_content {
	padding: 10px;
	font-size: small;
	/* text-align: justify; */
}
.show_thumb_link {
	border: none;
}
img.show_thumb_link {
	border: 0px solid #04689C;
}
.menulink {
	border: none;
}
.red_italic {
	color: #04689C;
	font-style: italic;
	font-weight: bold;
}
.question {
	padding: 5px;
	font-weight: bold;
}
.answer {
	padding: 5px;
	padding-left: 25px;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
}