H1 
{
	color: #9966FF;
	font-size: 14pt;
	font-style: normal;
	text-align: center;
}

H2
{
	color: #9966FF;
	font-size: 12pt;
	text-align: center;
}

H3
{
	color: #9966FF;
	font-size: 10pt;
	font-weight: bold;
}

.click
{
	color: #9966FF;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

.discount
{
	color: #336633;
	font-style: italic;
	font-weight: bold;
}

p
{
	color: #333333;
	font-size: 10pt;
	font-style: normal;
	font-weight: lighter;
}

A
{
    COLOR: #9966FF;
    TEXT-DECORATION: none;
}

A:hover
{
    COLOR: #9966FF;
    TEXT-DECORATION: underline;
}