body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	padding: 0;
	margin: 0;
	}
fieldset, img { 
	border: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

address, caption, cite, code, dfn, em,  th, var {
	font-weight: normal;
	font-style: normal;
	}
caption, th {
	text-align: left;
	}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
	}
q:before, q:after {
	content: '';
	}
abbr, acronym { 
	border: 0;
	}

#wrapper {
	width: 800px;
	margin: 0 auto;
	}
	
body {
	margin: 10px 0;
	font-family: helvetica, Arial, Sans-Serif;
	}
	
h1 {
	font-size: 24px;
	margin: 4px 0 0 0;
	font-weight: bold;
	}
	
h2 {
	font-size: 20px;
	font-weight: bold;
	}
	
h3 {
	font-size: 18px;
	font-weight: bold;
	}
	
p, ul, ol {
	font-size: 14px;
	}
	
p {
	margin: 3px 0 10px 0;
	line-height: 20px;
	}
	
ul, ol {
	margin: 0 0 10px 25px;
	}
ul li, ol li {
	margin: 2px 0 5px 0;
	}
table {
	border-width: 1px;
	border-spacing: 0;
	border-style: solid;
	border-color: #ccc;
	border-collapse: separate;
	background-color: #fff;
	width: 70%;
	margin-bottom: 15px;
	font-size: 14px;
}
table th {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: #ccc;
	background-color: #fff;
}
table td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #ccc;
	background-color: #fff;
}

#footer {
    margin: 10px 0;
}

.experts, .article, .information, .meals {
    margin-bottom: 20px;
}

.source {
    font-style: italic;
    font-size: 12px;
}
