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

a:link {
	color: #3c8b9f;
	text-decoration: none;
}
a:visited {
	color: #3c8b9f;
	text-decoration: none;
}
a:hover {
	color: #3c8b9f;
	text-decoration: underline;
}
a:active {
	color: #3c8b9f;
	text-decoration: underline;
}

.copyright{
	font-size: .9em;
	color: #c8bcb4;
}

/* @group Blank Template */

#course_label {
	color: #6b565c;
	text-transform: uppercase;
	font: bold .61em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	letter-spacing: .6em;
}

#dinner_details {
	color: #6b565c;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: .25em;
	font: .80em "Lucida Grande", Lucida, Verdana, sans-serif;
}

h1 {
	color: #3c8b9f;
}



/* @end */

