@charset "UTF-8";

h1, h2, h3, h4, h5, h6 { 
margin-bottom:0pt; 
padding-bottom:0pt; 
}

body {
	background-color: #388200;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.greenborder {
	border: 1px solid #388200;
	padding: 5px;
}
tr{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
/*.shadowr {
	background-image: url(/images/core/rightshadow.jpg);
	background-repeat: repeat-y;
}
.shadowl {
	background-image: url(/images/core/leftshadow.jpg);
	background-repeat: repeat-y;
}*/
.contentcell {
	border-right-width: 10px;
	border-bottom-width: 8px;
	border-left-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #58a6d7;
	border-bottom-color: #58a6d7;
	border-left-color: #58a6d7;
	background-color: #FFFFFF;
	padding: 10px;
}
h1 
    { 
    font-size: 2em; 
	color: #388200;
} 
     
h2 
    {
	font-size: 1.5em;
	color: #388200;
} 
     
h3 
    { 
    font-size: 1.2em; 
}  
     
p 
    { 
    font-size: 1em;  
	margin-top:0pt; 
padding-top:0pt;   
}

a:link {
	color: #58a6d7;
	text-decoration: none;

}
a:visited {
	color: #58a6d7;
	text-decoration: none;

}
a:hover {
	color: #000000;
	text-decoration: underline;

}
a:active {
	color: #58a6d7;
	text-decoration: none;

}

.topmenu {
	font-size: 15px;
	letter-spacing: 0.3em;
	font-weight:bold;
}
 .imageleft { margin:0px 10px 5px 0px; float:left; }
  .imageright { margin:0px 0px 5px 5px; float:right; }
#recipelist
{
padding-left: 0;
margin-left: 0;
/*border-bottom: 1px solid gray;*/
width: 200px;
}

#recipelist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-bottom: 1px solid gray;
}
