h1, .h1 {
	font-size: 200%;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 2em;
	color: #336699;
	border-bottom: 1px solid #336699;
}
h2, .h2 {
	font-size: 130%;
	font-weight: bold;
	color: #336699;
	clear: both;
}
h3, .h3 {
	font-size: 110%;
	font-weight: bold;
	color: #336699;
}
h4, .h4 {
	font-size: 110%;
	font-weight: normal;
}
h5, .h5 {
	font-size: 110%;
	font-weight: normal;
	font-style: italic;
}
.leipis {
	font: small "Lucida Sans", verdana, arial, helvetica, sans-serif;
}
.ingr {
	font: bold small "Lucida Sans", verdana, arial, helvetica, sans-serif;
}
.petit {
	font-size: 10px
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.pvm{
	color: #336699;
	font-size: xx-small;
	font-style: italic;
}

a {
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #3399CC;
}