body
{
   background: #669966;
   background-image: url(Images/Global_Background.jpg);
   color: black;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 16px;
   font-style: normal;
}

a:link
{
   background: none;
   color: black;
   font-size: 16px;
}

a:visited
{
   background: none;
   color: black;
   font-size: 16px;
}

a:hover
{
   background: none;
   color: white;
   font-size: 16px;
   font-style: normal;
   font-weight: normal;
   text-decoration: none;
}

.menu
{
   font-size: 16px;
   text-align: center;
}

.me
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: xx-small;
   font-style: normal;
   text-align: right;
}

.hello
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: xx-small;
   font-style: normal;
   text-align: right;
}

a.me:link
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: xx-small;
   font-style: normal;
   color: black;
   background: none;
}

a.me:visited
{
   color: black;
   background: none;
   font-size: xx-small;
}

a.me:hover
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: xx-small;
   font-style: normal;
   color: white;
   background: none;
}

.price_table
{
   font-family:  Arial;
   font-size: 12;
   text-align: center;
}

.caution
{
	font-family: Arial;
	font-size: 16;
	text-align: center;
	font-weight: bold;
	color: red;
}

table.blacktable {
	font-family: Arial;
	font-size: 12;
	text-align: center;
	border: 1px solid black;
	border-collapse: collapse;
}
table.blacktable th {
	text-align: center;
	border: 1px solid black;
   padding: 2px 5px 2px 5px;
}
table.blacktable td {
	text-align: center;
	border: 1px solid black;
   padding: 2px 5px 2px 5px;
}

table.fishtable {
	font-family: Arial;
	font-size: 12;
	text-align: center;
	border: 1px solid black;
	border-collapse: collapse;
}
table.fishtable th {
	text-align: center;
	border: 1px solid black;
}
table.fishtable td {
	text-align: left;
	border: 1px solid black;
   padding: 2px 5px 2px 5px;
   vertical-align: top;
}

img.white_border {
	border-color: white;
	border-style: solid;
	border-width: 5px;
}

a.blank:link
{
	color: #669966;
}

a.blank:visited
{
	color: #669966;
}

a.blank:hover
{
	color: #669966;
}


