body 
{	color: 003333;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	background: url(/bbimages/bbackground.jpg); 
	font-weight: normal;
	font-style: normal;
}
/* for some reason the font size does not seem to work on objects inside tables, etc, though one would think that being "parent elements, it would - get someone to explain it. */

p
{
	color: 003333;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .8em;
	background: transparent; 
	font-weight: normal;
	font-style: normal;
	margin-left: 3%;
	margin-right: 3%;
}

#data
{
	color: 003333;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .8em;
	background: transparent; 
	font-weight: normal;
	font-style: normal;
}



/* this is before I tried em font sizes
p
{
	color: 003333;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	background: transparent; 
	font-weight: normal;
	font-style: normal;
}
*/

h1, h2, h3, h4, h6
{
	color: #006400;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: transparent;	
	font-weight: normal;
	font-style: normal;
}

h1
{
	font-size: 1.8em; 
}

h2
{
	font-size: 1.5em; 
}

h3
{
	font-size: 1.2em; 
}

h4
{
	font-size: 1em; 
}

h6
{
	font-size: 0.7em; 
}

/* again, these are before ems
h1
{
	font-size: 22px; 
}

h2
{
	font-size: 18px; 
}

h3
{
	font-size: 16px; 
}
*/

ul
{
	margin-left: 2em;
}

li
{
	color: 003333;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .8em;
	background: transparent; 
	font-weight: bold;
	font-style: normal;
}


big
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px; 
	font-weight: bold;
	font-style: normal;
}

#t3
{
	color: 003333;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	background: transparent; 
	font-weight: normal;
	font-style: normal;
}

#t3b
{
	color: 003333;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	background: transparent; 
	font-weight: normal;
	font-style: normal;
}

small
{
	color: white;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	background: transparent;
	font-weight: normal;
	font-style: normal;
}

/* this is for back-to links "back to recipes" etc */
#back
{
	color: #006400;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .8em;
	background: transparent; 
	font-weight: bold;
	font-style: normal;
}

/* for around pics */
.border

{
	padding
}



#bbgreen
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px; 
	font-weight: bold;
	font-style: normal;
	color: #006400;
	background: transparent; 
}
/* big bold green ysed for categories*/


#comment
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px; 
	font-weight: normal;
	font-style: italic;
	color: #006400;
	background: transparent; 
}
/* for commentaries */

#bold_green
{
	color: #006400;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .8em;
	background: transparent; 
	font-weight: bold;
	font-style: normal;
}
/* emphasis for recipe list, etc */

.cpurple
{
	color: #660099;
}

B, STRONG {font-weight: bold}

A:link 
{
  color: #006400; 
}

A:visited 
{
  color: #8B4513; 
}

img.left
{
	float: left;
	border-width: 0;
	margin-right: 10px;
}
/* left image float settings*/

img.right
{
	float: right;
	border-width: 0;
	margin-right: 10px;
}
/* right image float settings*/

.center
{
	text-align: center;
}

#tiny
{
	font-size: 0.7em; 
}
/* this is the same as h6*/
h6
{
	font-size: 0.7em; 
}

.quote_box
{
	float: right;
	width: 13em;
	margin 1em;
	padding: 0.5em;
	border: none;
	color: #006400;
	background: transparent;
}

.quote
{
	width: 8em;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.75em; 
	font-weight: bold;
	font-style: italic;
	color: #006400;
}

dt
{
	color: #006400;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	background: transparent; 
	font-weight: bold;
	font-style: normal;
	margin-left: 1em;
}

dd
{
	position: relative;
	left: 10em;
	top: -1.25em;
	width: 70%;
	color: 003333;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .8em;
	background: transparent; 
	font-weight: normal;
	font-style: normal;
}