P {	 font-size: 12pt; color : #000000; font-family : Arial, Verdana, Helvetica, sans-serif; line-height: 1.3; }

body {
	/*we use an absolute url for NN4 followed by a relative url for modern browsers*/
	background-image:  url("images/bg.gif");
	/*/*/background-image:   url("images/bg.gif"); /* */
	background-repeat: repeat;
	/*css shorthand values: Top Right Bottom Left */
	margin-top: 0px;
	margin-left: 0px;
	background-color:  #FFFFFF;
} 

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
}

.largertext {
	font-family : Arial;
	font-size: 12pt;
}

.smallertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.uptext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: darkgreen;
}

.recipe_links {
	font-family : Arial;
	font-size : 9pt;
	color: #FFCC33;
}

.recipe_links A:link { color: #000000; text-decoration: none; }
.recipe_links A:visited { color: #000000; text-decoration: none; }
.recipe_links A:hover { color: #009966; text-decoration: underline; }

A:link { color: #009966; text-decoration: underline; }
A:visited { color: #009966; text-decoration: underline; }
A:hover { color: #CC6633; text-decoration: underline; }

H1 {  font-size: 13pt; color : #009966; font-family :Arial, Verdana, Helvetica, sans-serif; }
H2 {  font-size: 11pt; color : #009966; font-family :Arial, Verdana, Helvetica, sans-serif; }

#footer  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
}

#footer a:link {
	color: #009966;
}
#footer a:visited {
	color: #009966;
}
#footer a:hover {
	color: #CC6633;
}
.IMG {padding: 3px;}
