BODY  {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #FFFFFF;
	background-image: url("images/background.jpg");
	background-repeat: repeat-x;
	font-family: arial;
	color: black;
	font-size: 16px;
	font-weight: bold;
}
a:link		{color: black; text-decoration: none; }
a:visited	{color: black; text-decoration: none; }
a:active	{color: black; text-decoration: none; }
a:hover		{color: navy; text-decoration: none; }

.name {
	font-family: arial;
	color: black;
	font-size: 32px;
	font-weight: bold;
}
.menu {
	font-family: arial;
	color: white;
	font-size: 16px;
	font-weight: bold;
}
.menu a:link	{color: white; text-decoration: none; }
.menu a:visited	{color: white; text-decoration: none; }
.menu a:active	{color: white; text-decoration: none; }
.menu a:hover	{color: yellow; text-decoration: none; }

.directions {
	padding-left: 250px;
}
.footer {
	font-family: arial;
	color: black;
	font-size: 14px;
	font-weight: normal;
}
.footer a:link		{color: black; text-decoration: none; }
.footer a:visited	{color: black; text-decoration: none; }
.footer a:active	{color: black; text-decoration: none; }
.footer a:hover		{color: navy; text-decoration: none; }


table.cars {
	background-color: #fad87f;
	border-width: 1px 1px 1px 1px;
	border-spacing: 25px;
	border-style: solid;
	border-color: black;
	font-family: arial;
	color: black;
	font-size: 13px;
}

.cartext {
	font-family: arial;
	color: #333333;
	font-size: 11px;
}
.home {
	background-image: url("images/index2.jpg");
	background-repeat: no-repeat;
	text-align: center;
	height: 571px;
	width: 955px;
}
.hometext {
	text-align: left;
	color: white;
	font-size: 24px;
	line-height: 150%;
}
