@charset "UTF-8";
/* CSS Document */

.background {
	background-image: url(canvas.jpg);
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
}
.chalkboard {
	font-family: 'Quattrocento', "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 150%;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	background-image: url(menu.jpg);
}
.header {
	font-family: 'Quattrocento', Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: normal;
	line-height: 120%;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	color: #036;
	text-decoration: none;
}
.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
}
.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}
.boldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: bold;
	line-height: 120%;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
}
