/* Le Grand Decor Style Sheet */
/* Links */
A:link		{color: #FFCC99; font-weight: bold; text-decoration: none;}
A:visited	{color: #FFCC99; font-weight: bold; text-decoration: none;}
A:active	{color: #FFCC99; font-weight: bold; text-decoration: none;}
A:hover 	{color: #00FF00; font-weight: bold; text-decoration: none; background-color: #009900;}

/* Body Section */
body	{
	margin: 10px;
	font-family:Georgia, Times, serif;
	background-color: #FFFFCC;
	color: #000000;
}

/* Tables */
table.bg	{
	background-image: url(images/background.jpg);
	border: solid 5px #000000;
	height: 250px;
	border-top: solid 5px #999999;
	border-left: solid 5px #999999;
}

hr 	{
	height: 3px;
	width: 75%;
}

/* Paragraph */
p.bodytext	{
	text-align: center;
}
p.address	{
	line-height: 125%;
	text-align: center;
}
p.subtitle	{
	padding: 5px;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
p.tagline	{
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
p.hours	{
	text-align: center;
	font-size: 14px;
}

