/* CSS Document */

body {
	background:#36C;
	margin: 20px;
}

table {
	background:#FFF;
	color:#336;
	padding:10px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-radius-bottomleft:3px;
	-webkit-border-radius-bottomright:3px;
}

#title {
	font-size:18px;
	padding:10px;
}

#ingreList, #directs{
	padding:10px;
}

caption {
	background:#FFF;
	color:#369;
	caption-side:top;
	font-weight:bold;
	font-size:22px;
	padding:15px;
	padding-bottom:0px;
	text-align:left;
	text-decoration:underline;

	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-radius-topleft:3px;
	-webkit-border-radius-topright:3px;
}

#printer {
	border:none;
	text-decoration:none;
}

a.link {
	display:none;
}

em {
	font-weight:bold;
	padding-left:10px;
	text-decoration:underline;
}
