/*This is the core style sheet of the site.*/

p {
text-align: center;
	font: .8em/1.6em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

p.bold {
	font-weight: 800;
}

p.cost {
	text-align: center;
}

p.items {
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	text-align: center;
	line-height: 1.2em;
}

p.footer {
text-align: center;
	font: normal .6em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

a:link {
color: #008000;
background-color: transparent;
text-decoration: none;
	text-align: center;
	font: bold .8em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
} 

a:visited {
color: #008000;
background-color: transparent;
text-decoration: none;
	text-align: center;
	font: bold .8em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

a:hover {
color: #ffffff;
background-color: #800000;
text-decoration: none;
	text-align: center;
	font: bold .8em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

a:active {
background-color: transparent;
text-decoration: none;
	text-align: center;
	font: bold .8em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #008000;
	text-transform: uppercase;
}

h1 {
text-align: center;
letter-spacing: 5px;
	font: normal 2.5em Times New Roman, Times, serif;
}

h2 {
text-decoration: none;
	font: bold 1.2em Times New Roman, Times, serif;
	color: #00672b;
	text-align: center;
	letter-spacing: 3px;
}

h3 {
	font: normal 1.6em/0em Times New Roman, Times, serif;
	text-align: center;
	color: #800000;
}

h4 {
	font: bold .9em/.9em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	text-indent: -px;
	color: #800000;
	text-align: center;
}

body {
	background : #D7B97C;
	font-family:'Lucida Grande';
}


