
body				{background-color: white;}

table				{font-family: Arial;
					 font-size: 12;
					 border-collapse: collapse;}
					 
.splashLink			{font-family: Arial;
					 font-size: 13;
					 color: black;
					 font-weight: normal;
					 text-decoration: none;}
					 
.splashLink:hover	{text-decoration: underline;}
					 
.priceTable			{font-family: Arial;
					 font-size: 12;
					 color: 121E8A;
					 border-collapse: collapse;
					 border-style: solid;
					 border-color: black;
					 border-width: 1px;}
					 
.priceCell			{font-family: Arial;
					 font-size: 11;
					 color: 121E8A;
					 border-collapse: collapse;
					 border-style: solid;
					 border-color: black;
					 border-width: 1px;}
					 					 
.menuLink			{font-family:  Arial;
					 font-size: 11;
					 color: 1436B1;
					 text-decoration: none;}
					 
.menuLink:hover		{text-decoration: underline;}

.menuLinkSelected	{font-family:  Arial;
					 font-size: 11;
					 color: 1436B1;
					 text-decoration: none;
					 font-weight: bold;}
					 
.languageLink		{color: 04972F;
					 font-family: Arial;
					 font-size: 10;
					 text-decoration: none;}
					 
.languageLink:hover {text-decoration: underline;}

.golfPic			{border-style: solid;
					 border-width: 1px;
					 border-color: gray;}