body {margin: 0px;padding: 0px;font-family: Verdana, helvetica, sans-serif;font-size: 12px;color: #000000;text-align: left;
    background-image: url(images/bg2.jpg); /** Link to the image you created **/
    background-repeat: repeat-y; /** Repeats the image vertically **/
    background-position: center; /** Centers the Background image **/
    background-color: #ffffff; /** Website BG colour (matches canvas colour in Step 1) **/
}
table {font-family: verdana, helvetica, sans-serif;font-size: 12px;text-align: left;color: #444;}A:link {	color: #444;	text-decoration: none;}A:visited {	color: #444;	text-decoration: none;}A:active {	color: #444;	text-decoration: none;}A:hover {	color: #444;	text-decoration: none;}TD {	font-size: 12px;	font-family : Verdana;}DIV {	font-size: 9px;	font-family : Verdana;}P,UL,UI {	font-size: 11px;	font-family : Verdana;}TD.smaller {	font-size: 9px;	font-family : Verdana;	color : #444;}P.smaller {	font-size: 12px;	font-family : Verdana;	color : #000000;}

H1,H2,H3 {font-family: verdana, helvetica, sans-serif;font-size: 12px;text-align: left;color: #444;}
/* FOOTER STYLES */
.footerHolder
{
	border-top:1px solid #444444;
}
.footerText	{
	font-family:Arial, Helvetica, sans-serif;
    FONT-SIZE: 10px;
    COLOR: #999999;
}
.copyright	{
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	font-size:10px;
}

.detailprice {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}

.detailname {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.discountsapply {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

A.footer
{
    TEXT-TRANSFORM: none;
    COLOR: #999999;
    BACKGROUND-COLOR: transparent;
    TEXT-DECORATION: none
}
A.footer:hover
{
    COLOR: #444;
    BACKGROUND-COLOR: transparent
}