BODY {
	background-color : Black;
	color : Yellow;
	font-family : Arial, Helvetica, sans-serif;
}

.descrip {
	color : Yellow;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : italic;
	font-variant : normal;
	font-weight : normal;
	line-height : normal;
	letter-spacing : normal;
}

.title {
	color : Yellow;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	font-variant : normal;
	line-height : normal;
	letter-spacing : normal;
}

.price {
	color : Yellow;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	font-variant : normal;
	line-height : normal;
	letter-spacing : normal;
}

TABLE {
	font-family : Arial, Helvetica, sans-serif;
	background : #0099FF;
}

TD {
	background : Black;
}

A:LINK {
	color : #0099FF;
	TEXT-DECORATION: none
}

A:HOVER {
	TEXT-DECORATION: underline overline
}

A:VISITED {
	color : Fuchsia;
}

.tabletops {
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	font-variant : normal;
	line-height : normal;
	letter-spacing : normal;
}

.tableback {
	background-color : #0099FF;
}

.larger {
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	font-variant : normal;
	line-height : normal;
	letter-spacing : normal;
}


