﻿@import url('common.css');
body {
	color: ffccff;
	background-image: url('../images/bg/redcurt.jpg');
}
a:link {
	color: #FFFFFF;
}
a:hover {
	color: #FFFF00;
}
a:visited {
	color: #C0C0C0;
}
h1 {
	font-size: 1.75em;
	text-align: center;
}
h2 {
	font-size: 1.5em;
	text-align: center;
}
#page_content {
	text-align: center;
	background-image: url('../images/misc/bg-linen-red.jpg');
	border-width: 4px;
	width: 90%;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border-style: groove;
}
#next_index {
	text-align: center;
}
.immwords_l {
	padding: 5px;
	text-align: left;
	font-weight: bold;
	font-style: italic;
	font-size: medium;
	color: #FFFFFF;
	width: 410px;
}
.immwords_r {
	padding: 0px 0px 10px 0px;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	font-size: 1.125em;
	color: #FFFFFF;
	float: right;
	clear: both;
	width: 320px;
}
#plays {
	text-align: center;
	clear: both;
}
.nextplay {
	float: none;
	clip: rect(auto, auto, auto, auto);
	display: block;
}
.photo {
	margin: 5px;
	position: absolute;
}
.photo_l {
	text-align: center;
	right: auto;
	left: auto;
	display: block;
	float: left;
}
.photo_r {
	text-align: center;
	right: auto;
	left: auto;
	display: block;
	float: right;
}
#commentary {
	font-weight: bold;
	text-align: justify;
}
.mob-btn {
	width: 60%;
	text-align: center;
	color: #FFFFFF;
}
.mob-desc {
	text-align: center;
	width: 40%;
	color: #FFFFFF;
}
.maintext {
	color: #FFFFFF;
}


