/*****************************************************************************

margin : 5px 10px 15px 20px; 	

A shorthand property for setting the margin properties in one declaration.Same as:
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 20px;
	
*****************************************************************************
	
padding: 5px 10px 15px 20px;	

A shorthand property for setting the padding properties in one declaration.Same as:
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	
*****************************************************************************	
	
Note: a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!!
Note: a:active MUST come after a:hover in the CSS definition in order to be effective!!	
*****************************************************************************/	


body {margin : 0px 0px 0px 0px; font-family: Verdana, Geneva, Arial, Helvetica; font-size:16px; text-decoration: none;}

p, div, table, tr, td, tt, th, thead, tfoot, tbody, ul, ol, li, input, select, textarea, a {font-family : Verdana, Geneva, Arial, Helvetica; color: #424242; font-size:14px; letter-spacing: 1px; word-spacing: 1px; line-height: 22px;}

.home {font-family : Verdana, Geneva, Arial, Helvetica; color: #424242; font-size:16px; letter-spacing: 1px; word-spacing: 1px; line-height: 22px;}

.testimonialsbold {font-family : Verdana, Geneva, Arial, Helvetica; color: #424242; font-size:14px; line-height: 22px; font-weight: bold;}
.testimonials {font-family : Verdana, Geneva, Arial, Helvetica; color: #424242; font-size:14px; line-height: 22px;}
.testimonialsname {font-family : Verdana, Geneva, Arial, Helvetica; color: #424242; font-size:14px; line-height: 22px; font-style: italic;}

.small {font-family : Verdana, Geneva, Arial, Helvetica; color: #424242; font-size:11px; line-height: 16px;}
.recipestable{clear: both; width: 506; padding : 5px 5px 5px 5px; margin : 0px 0px 0px 0px; border-top: 2px solid #424242; border-bottom: 2px solid #424242; border-left: 2px solid #424242; border-right: 2px solid #424242; border-color: #424242;}

.producthighlight {font-style: italic; font-weight: bold; font-family : Verdana, Geneva, Arial, Helvetica; color: #424242; font-size:14px; line-height: 22px;}


/* a.special {color : #627f85; background-color: #FDDFE3; text-decoration : none; font-weight : bold;}*/
/* unvisited link */a.special:link {color : #627f85; background-color: #FDDFE3; text-decoration : none; font-weight : bold;}
/* visited link */a.special:visited {color : #000000; background-color: #FDDFE3; text-decoration : none; font-weight : bold;}
/* mouse over link */a.special:hover {color : #cbe4e4; background-color: #627f85; text-decoration : none; font-weight : bold;}
/* selected link */a.special:active {color : #627f85; background-color: #FDDFE3; text-decoration : none; font-weight : bold;} 

.bold {font-weight: bold;}
.italic {font-style: italic;}


