﻿body 
{
	font-family:Arial;
	background-image:url(images/Desert-Sand-background.gif);
	background-attachment:fixed;
	background-repeat:no-repeat;
	text-align:center;

}

.heading
{
	font-family:Verdana;
	font-size:48px;
	font-weight:bolder;
	vertical-align:middle;
}

.dollars
{
	font-family:Verdana;
	font-weight:bold;
	font-size:21px;
	color:#336633;
}

.menu 
{
	font-size:smaller;
	color:#336633;
}

a:link 
{
	color:#336633;
	text-decoration:none;
}

a:visited
{
	color:#336633;
	text-decoration:none;
}

a:hover
{
	color:Navy;
	text-decoration:none;
}

a:active
{
	color:Navy;
	text-decoration:none;
}

