
/* Change color here to change the background color */
body
{
    background-color:#fff;
}

h1
{
    color: #460587;
}

h2
{
    color: #460587;
}

h3
{
    color:#4EAE54;
}
    

#mainContent a
{
    color:#3D1C5B;
	text-decoration:underline;
}
#CategoryOffers dl
{
    padding:10px;
    border-bottom:1px dotted;
}