
/*** HTML STYLES ************************************************/

/* Set the default font and page margin here. Do not set colors here.*/
BODY {
	MARGIN: 0px 0px; 0px;
	font-family : Verdana, Helvetica, sans-serif;
}

/* Style for links */
A:link {
	color: #D0021C;
	text-decoration: none;
}
A:visited {
	text-decoration: none;
} 
A:hover {
	color : #86858A;
}

/*** GENERAL PAGE LAYOUT ****************************************/
/* Your Main Site Name. */
.page {
	font-size: 12px;
	color: black;	
}

.pagetitle {
	font-size: 20px;
	color: #D0021C;
	font-weight: bold;	
}

.greytitle {
	font-size: 14px;
	color: #86858A;
	font-weight: bold;	
}

.redtitle {
	font-size: 14px;
	color: #D0021C;
	font-weight: bold;	
}


.storewideDiscount {
	font-size: 14px;
	color: purple;
}