p
{
font-family: verdana, arial, 'sans serif'; 
font-size: 10pt;
}

body
{
background:url(gorilla.jpg) no-repeat;
}

/* Headings */
h1
{
    font-family: verdana, arial, 'sans serif';
	font-size: 24pt;
	font-weight: bolder;
	color: #000000;
}
h2
{
    font-family: verdana, arial, 'sans serif';
	font-size: 16pt;
	font-weight: bolder;
	color: #000000;
}

/* Links */
a:link, a:visited
{
	color: #FF0000;
	text-decoration: none;
}
a:hover, a:active
{
	color: black
	text-decoration: none;
	border-bottom: 1px dotted black;
}

p.baseline
{
font-family: verdana, arial, 'sans serif';
font-size: 8pt;
color: #666;
padding-left: 20pt;
}

p.blogtext
{
	padding-left: 20pt;
	text-align: justify;
}


.recipe
{
margin:0px auto;
BORDER: 1px solid lightgrey;
PADDING: 15px;
WIDTH: 700px;
BACKGROUND-COLOR: white;
TEXT-ALIGN: left
}

