body{
 	color:#333333; 
#	color:#000000; 
	background:#ffffff;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	}

table {
	bgcolor:white;
	border:0px;
	padding:5px;
	spacing:0px;
	hspace: 0px;
	wspace: 0px;
}	

th {
	text-align:center;
	font-size:130%;
	font-weight:bold;
	color:#003399;
	border-bottom: 1px solid #ddd;
}
	
td {
	font-size:90%;
}

td.mtab {
	vertical-align:top;
	padding-right:0.5em;
	padding-left:0.5em;
}

/* header */
h1 {
	font-family: "Times New Roman, Times, serif";
	font-size: 250%;
	color: green;
}

h3 {
	font-family: "Times New Roman, Times, serif";
	font-size: 200%;
	color: #FF0080;
}

/* Recipy table */
table.rcp {
	padding:0px;
}

/* Ingredient column */
td.ingr {
	width:12em;
	vertical-align:top;
	padding-right:0.5em;
}

/* Instructions column */
td.inst {
	vertical-align:top;
	padding-left:0.5em;
}

/* Navigation panel category separator */
div.sep {
	background:green;
}

.border {
	border:0px solid dddddd;
	padding:0px;
}	

pre {
	font-family:Courier, Helvetica, sans-serif;
	font-size:100%;
}

/* Normal navigation links in white background */
a {
	font-size:90%;
	font-style:normal;
	font-weight:bold;
#	text-decoration:none;
}
a:link {
	color:blue;
}
a:active {
	color:#3399FF;
}
a:hover {
	color:#3399FF;
	bgcolor:#eee;
}
a:visited {
	color:#FF0080;
	bgcolor:#eee;
}

/* Navigation links in navigation (blue) cells */
a.nav {
	font-size:90%;
	font-style:normal;
#	font-weight:bold;
#	text-decoration:none;
}
a.nav:link {
	color:white;
}
a.nav:active {
	Color:#3399FF;
}
a.nav:hover {
	color:#3399FF;
	bgcolor:#eee;
}
a.nav:visited {
	color:#FF0080;
	bgcolor:#eee;
}

/* For links to outside articles */
.headline {
	font:100% Georgia, Times, san-serif;
	line-height:110%;
	font-weight:bold
}

.summary {
	font:75%  Arial, san-serif;
	line-height:120%;
	color:#333333
}

/* Discussion board - dbrd */
p.dbrd {
	margin-left:10%;
	margin-right:10%
}

div.dbrd {
	font-size:120%;
	margin-left:5%;
	margin-right:5%
}

/* Signature */
div.sig {
	margin-left:2.5em;
	font-size:110%;
	font-weight:bold
}

/* Separator for navpanel */
div.navsep {
	max-height:0.3em;
	min-height:0.3em;
	height:1.5em;
	margin:0px;
	padding:0px;
}

