a:link {
	color: #030;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #090;
}
a:active {
	text-decoration: none;
	color: #060;
	font-size: 18px;
}
body {
	background-color: #FBEFBF;
	background-image: url(images/rough-red-brick-wall.jpg);
}
.amores {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 50pt;
	color: #FFF;
	letter-spacing: 0.4em;
	text-align: center;
}
.header-pizzapasta {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24pt;
	letter-spacing: 0.3em;
	text-align: center;
}
.tagline {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: italic;
	text-align: center;
}
.special {
	color: #F00;
}
.description-of-special {
	color: #090;
	font-style: italic;
}
.general-text {
	color: #060;
}
#local {
	font-style: italic;
	background-color: #00FF33;
}
#header {
	background-color: #006600;
}
#local h3 em {
	font-size: 18px;
}
#local h2 em {
	font-size: 24px;
}
#middlebody {
	background-color: #FFE09D;
	text-align: center;
}
#bottom {
	background-color: #FDD07B;
}
