.style1 {font-size: 10px}
.style7 {font-size: 12px}
.style9 {color: #A21C23}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #900;
	margin: 0px;
	padding: 0px;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.vline {
	background-image: url(images/v-line.jpg);
	background-repeat: no-repeat;
	background-position: right 38px;
}
.recipebg {
	background-image: url(images/recipebg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.hline {
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.answer {
	font-weight: bold;
	color: #CC0000;
}
.question {
	font-weight: bold;
	color: #006600;
}
.distrib {
	font-size: 12px;
	color: #475D00;
	font-weight: bold;
}
body {
	background-color: #C2C1A9;
}

