body 
{
	margin:0; /* Change this to change the body background color*/
	text-align:left; /* This is the font size and typeface for the entire site */
	_font: x-small small sans-serif; /* IE displays the font size differently then Mozilla/Gecko, this helps both browsers display the same size */
	color: #000;
	background-color: #3A5B26;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1
{
	/* This will format all h1 elements on your site */
	text-align:center; /* This formats all h1 elements to be a large, bold sans-serif font */
	_font:bold large sans-serif; /* IE renders the font size differently */
	color: #C30; /* Change this to change the color of your h1 elements */
	font-family: sans-serif;
	font-size: 36px;
	font-weight: bold;
}

h2
{
	/* This will format all h2 elements on your site */
	text-align:center; /* This formats all h2 elements to be a large, bold sans-serif font */
	_font:bold medium sans-serif; /* IE renders the font size differently */
	color: #3A5B26; /* Change this to change the color of your h2 elements */
	font-family: sans-serif;
	font-size: large;
	font-weight: bold;
}

h3
{
	/* This will format all h2 elements on your site */
	text-align:center; /* This formats all h2 elements to align center */
	font:bold large sans-serif; /* This formats all h2 elements to be a large, bold sans-serif font */
	_font:bold medium sans-serif; /* IE renders the font size differently */
	color: #09C; /* Change this to change the color of your h2 elements */
	background: #E0F4F9;
	border: 1px dashed #09C;
	width:96%;
	_width:100%;
	padding:10px;
}

a:link 
{
	font:bold sans-serif; /* Standard page links will default to standard link color */
	color: blue; /* This allows you to change the color of your links */
}

a:visited
{
	font:bold sans-serif;
	color: blue; /* This allows you to change the color of your links */
}

a:hover 
{
	font:bold sans-serif;
	color: orange; /* This allows you to change the color of your links */
}

a.footer:link 
{
	font:bold sans-serif; /* Standard page links will default to standard link color */
	color: white; /* This allows you to change the color of your links */
	margin: 0 2px 0 2px; /* This allows for spacing between your links */
}

a.footer:visited
{
	font:bold sans-serif;
	color: white; /* This allows you to change the color of your links */
	margin: 0 2px 0 2px; /* This allows for spacing between your links */
}

a.footer:hover 
{
	font:bold sans-serif;
	color: orange; /* This allows you to change the color of your links */
	margin: 0 2px 0 2px; /* This allows for spacing between your links */
}

a.price:link 
{
	font:bold sans-serif; /* Standard page links will default to standard link color */
	color: orange; /* This allows you to change the color of your links */
	margin: 0 2px 0 2px; /* This allows for spacing between your links */
}

a.price:visited
{
	font:bold sans-serif;
	color: orange; /* This allows you to change the color of your links */
	margin: 0 2px 0 2px; /* This allows for spacing between your links */
}

a.price:hover 
{
	font:bold sans-serif;
	color: blue; /* This allows you to change the color of your links */
	margin: 0 2px 0 2px; /* This allows for spacing between your links */
}

.price
{
	font: bold sans-serif;
	color: #F60;
}

.order
{
	text-align:center;
}
.slash
{
	font: bold medium sans-serif;
	color: #CC0000;
	text-decoration: line-through;
}
.price
{
	font: bold medium sans-serif;
	color: #F90;
}
.menu {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.normal {
	padding: 2px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 5px;
}

p.standard
{
	width: 95%;
	background:#FFFFFF;
	border: 1px dotted #E5E5E5;
	padding: 2px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

p.highlightyellow
{
	width: 95%;
	background:#FFFFCC;
	border: 1px dotted #F90;
	padding: 2px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
p.highlightblue
{
	width: 95%;
	border: 1px dotted #99CCCC;
	padding: 2px;
	background-color: #E0F4F9;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
p.highlightred
{
	width: 95%;
	border: 1px dotted #FF0000;
	padding: 2px;
	background-color: #FFCCCC;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

.navigation
{
	color: #0e009d;
	font: 14px sans-serif;
	text-decoration: none;
}

a.navigation:link
{
	color: #0e009d;
	font: 14px sans-serif;
	text-decoration: none;
}

a.navigation:hover
{
	color: #695eff;
	font: 14px sans-serif;
	text-decoration: none;
}

a.navigation:active
{
	color: #0e009d;
	font: 14px sans-serif;
	text-decoration: none;
}
