body {
	background-color: black;
}
H1 {
	font-weight: bold;
	font-size: 18px;
	color: red;
	font-family: Arial;
	text-decoration: none;
}
H2 {
	font-weight: bold;
	color: red;
	font-family: Arial;
	font-size:12pt;
	text-decoration: none;
}
H3 {
	font-weight: bold;
	color: red;
	font-family: Arial;
	font-size:12pt;
	text-decoration: none;
	padding: 0px;
}
H5 {
	font-weight: bold;
	font-size: 22pt;
	color: red;
	font-family: 'Times New Roman';
	font-style:italic;
	text-decoration: none;
}
P, OL, LI {
	color: #E0C0D0;
	font-size:10pt;
	font-family: Arial;
	text-decoration: none;
}
A {
	color: red;
	font-family: Arial;
	text-decoration: none;
	border-width:0;
}
TR {
	color: red;
	font-family: Arial;
	text-decoration: none;
}
/* Ice effect on header and tables
.ice
{
	background-image: url(./images/ice.png);
	background-repeat: repeat-x;	
	width: 100%;
	height: 10px;
	z-index: 0;
}
tr:first-child[bgcolor]
{
	background-image: url(./images/ice.png);
	background-repeat: repeat-x;
}
*/
INPUT {
	background-color:white;
}
INPUT.Table {
	width:100%;
	border:none;
	color:Red;
	background-color:#400000;
}
BLOCKQUOTE {
	padding:0;
 }
A.h1 {
	font-weight: bold;
	font-size: 18px;
	color: red;
	font-family: Arial;
	text-decoration: none;
}
A:hover.h1 {
	font-weight: bold;
	font-size: 18px;
	color: #D07070;
	font-family: Arial;
	text-decoration: none;
}
div.FadeRock
{
	font-weight: bold;
	font-size: 22pt;
	color: red;
	font-family: 'Times New Roman';
	font-style:italic;
	text-decoration: none;
}
.FixtureNotes {
	color:#E0C0D0;
}
.FixtureNotes h2 {
	margin-bottom: 0px;
}
.FixtureNotesInt {
	display:none;
	color:#E0C0D0;
}
.FixtureNotesInt h2 {
	margin-bottom: 0px;
}
.FixtureNotes strong 
{
	color:red;
}

.FixtureNotes ol ul {
 list-style-position: inside
}

h3.FixtureNotesModeOr {
	font-style:italic;
	font-weight:normal;
}

.FixtureNotesModeOr li{
	color:Red;
}