/* Style sheet for last-minute-mothers-day-gifts.com */
/* February 2010 */


body
{
	margin:0;	
        color:#000000;
	background: #ffffff;
	font-family:"Arial";
}

/* ribbons defines color of ribbon outline. */

.ribbons
{
	background-color: #B0339B;
}
/* ~ ~ ~ ~ ~ Text for light-colored backgrounds. ~ ~ ~ ~ ~ */

/* paragraph text is default for paragraphs.   Color=black. Size = default. */ 

p 
{
	color:#000000;
	font-family:"arial";
	font-size:1.0em;
}

/* maintext applies to text in white section of page.  Color=black. Size = default. */ 

.maintext 
{
	color:#000000;
	font-family:"arial";
	font-size:1.0em;
}

.caption 
{
	color:#000000;
	font-family:"arial";
	font-size:0.8em;
}

.smalltext 
{
	color:#000000;
	font-family:"arial";
	font-size:0.7em;
}
/* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ Headers ~ ~ ~ ~ ~ ~ ~ ~ ~ */


/* h1 headers are slightly larger than main text,  bold, centered. Color=magenta.  */
 
h1 
{
	color:#B0339B;
	font-family:"arial";
	font-size:2.0em;
	font-weight:bold;
	text-align: center;
	margin-top: .5em;
	margin-bottom: 1em;
}


/* h2 headers are slightly larger than main text, but
   smaller than h1, bold,left-justified, color=black.  */ 
h2 
{
	color:#000000;
	font-family:"arial";
	font-size:1.5em;
	font-weight:bold;
	text-align: center;
	margin-top: .25em;
	margin-bottom: .5em;
}

/* h3 headers are slightly larger than main text, but
   smaller than h1, bold,left-justified, color=black.  */ 
h3 
{
	color:#000000;
	font-family:"arial";
	font-size:1.2em;
	font-weight:bold;
	text-align: center;
	margin-top: .25em;
	margin-bottom: .5em;
}

/* ~ ~ ~ ~ ~ ~ ~ ~ Navigation Controls ~ ~ ~ ~ ~ ~ ~ */

/* Default navigation for main text (on light background). 
   Inherit font-family and size from parent. Link= blue,
   active & visited link=dark red,hover = dark red. */

a:link    
{      color:#0000CC; }

a:visited
{      color:#9900CC; }

a:active
{      color:#990000; }

a:hover
{      color:#990000; }



