<style>

BODY
{
}

.clsComp
{
    COLOR: #ff8000;
    FONT-SIZE: 30px;
    TEXT-ALIGN: center;
}

.clsLeft

{
	width: 200px;
	font-family: arial;
	font-size: 10pt;
	color: silver;
	text-align:left;
}

.clsCenter
{
	width: 80%;
	font-family: arial;
	font-size: 10pt;
	color: white;
	text-align:left;
}

.clsRight
{
	width: 200px;	
	font-family: arial;
	font-size: 10pt;
	color: silver;
	text-align:left;
}


.clsTd
{
	font-family: arial;
	font-size: 10pt;
	color: silver;
}

.clsTxt
{
	font-family: arial;
	font-size: 10pt;
	color: blue;
	background-color: silver;
	border-left: solid 1px red;
	border-top: solid 1px red;
	border-right: solid 1px red;
	border-bottom: solid 1px red;
}

.clsBuyName
{
    COLOR: #ff8000;
    FONT-SIZE: 10pt;
    FONT-FAMILY: arial;
    background-color: black;
    TEXT-ALIGN: center;
}

.clsBuyTH

{
    COLOR: #00ff00;
    FONT-SIZE: 10pt;
    FONT-FAMILY: arial;
    background-color: black;
    TEXT-ALIGN: center;
    FONT-WEIGHT: bolder;
}

A:active
{
    COLOR: khaki;
}

A:link
{
    COLOR: wheat;
}

A:visited
{
    COLOR: chocolate;
}
</style>