/* Nutrition Housecalls CSS Stylesheet */
BODY
{
    background-image: url('images/backpg.jpg');
    font-family: Palatino linotype, Verdana, Times New Roman, Helvetica, georgia, sans-serif;
    font-size: 12px;
    color: #660000;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
}

strong  {
    font-family: Palatino linotype, Verdana, Times New Roman, Helvetica, georgia, sans-serif;
    color: #cc6600;
    FONT-WEIGHT: bold;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
}
table.footertable {
    font-family: Palatino linotype, Times New Roman;
    font-size: 13px;
    color: #660000;
}
table.maintable
{
 font-family: Palatino linotype, Verdana, Times New Roman;
    font-size: 13px;
    color: #660000;	
}
table.maintable A:link	{	
	text-decoration:	none;
	color:	#666600;
	FONT-WEIGHT: bold;
	}

table.maintable A:visited {	
	text-decoration:	none;
	color:	#666600;
	FONT-WEIGHT: bold;
	
	}

table.maintable A:hover	{	
	text-decoration:	underline;
	color:	#ff9900;
	}
table.maintable A:active {	
	text-decoration:	none;
	color:	#666600;
	FONT-WEIGHT: bold;
	}


A:link	{	
	text-decoration:	none;
	color:	#ffffcc;
	FONT-WEIGHT: bold;
	}	
		
A:visited {	
	text-decoration:	none;
	color:	#ffffcc;
	FONT-WEIGHT: bold;
	
	}	
	
A:hover	{	
	text-decoration:	underline;
	color:	#ffff66;
	}
	
A:active {	
	text-decoration:	none;
	color:	#ffffcc;
	FONT-WEIGHT: bold;
	}	
		
