BODY {
	background-color : Black;
	color : Yellow;
	margin-left : 5%;
	margin-right : 5%;
	font-family : sans-serif;
	font-size: medium;
	text-align : left;
}
EM {
	color : Red;
	font-weight : bold;
	font-family : sans-serif;
	font-size: medium;
	background-color : transparent;
}


H1 {
	color : #99CCFF;
	font-weight : bold;
	font-family : sans-serif;
	font-size: x-large;
	background-color : transparent;
	text-align : center;
}

H2 {
	color : Aqua;
	font-weight : bold;
	font-family : sans-serif;
	font-size: large;
	background-color : transparent;
}
H3 {
	color : Blue;
	font-family : sans-serif;
	font-size: medium;
	background-color : transparent;
}
H4 {
	color : #66FF66;
	font-family : sans-serif;
	font-size: medium;
	background-color : transparent;
}
H5 {
	color : #66FFCC;
	font-family : sans-serif;
	font-size: medium;
	background-color : transparent;
}
H6 {
	color : #33CC33;
	font-weight: normal;
	text-align: right;
	font-family : sans-serif;
	font-size: medium;
	border: inset Yellow;
	border-width: 0px 0px medium;
	margin-right: 5%;
	margin-bottom: 5%;
	line-height: normal;
	background-color : transparent;
}
P {
	color: #CCFFFF;
	font-family : sans-serif;
	font-size: medium;
	margin-left : 5%;
	text-align : left;
}

OL, UL {
	margin-left : 5%;
	color: #CCFFFF;
	font-family : sans-serif;
	font-size: medium;
	text-align : left;
}


TD {
	color : White;
	font-weight : bolder;
	font-family : sans-serif;
	font-size: medium;
	background-color : transparent;
}
table {
	color: White;
	max-width : 750px;
	table-layout : fixed;
	text-align : center;
}

a:link {
	color: Aqua;
	background-color : transparent;
}

A:VISITED {
	color : #3399FF;
	background-color : transparent;
}

A:Hover {
	color: #CCFF33;
	background-color : #000000;
}
.listbox {
	font-family : sans-serif;
	font-size: medium;
	color: #000000;
	background-color: #99CCFF;
}
th {
	font-weight: bold;
	color: #00FFCC;
}
.buycheap {
	color: White;
	text-decoration: blink;
	text-align: center;
	border: thin solid Yellow;
	background-color : Maroon;
	empty-cells : hide;
	vertical-align : middle;
}
.helpBox {
	color: White;
	text-align: left;
	border: thin solid Yellow;
	background-color : Maroon;
	empty-cells : hide;
	vertical-align : middle;
	padding: 10px;
}
.centre {
	text-align: center;
}
