body {
	background-color: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#navlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	left: 10%;
	width: 80%;
	background-color: #CCCCCC;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 30px;
	font-size: 14px;
	color: #0000FF;
}
#navlinks a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	text-decoration: none;
	background-color: #00CCFF;
	font-weight: bold;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00FFFF;
	border-right-color: #0099FF;
	border-bottom-color: #0099FF;
	border-left-color: #00FFFF;
	position: relative;
	left: 3px;
	top: 3px;
}
#navlinks a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0000FF;
	border-top: medium solid #0066FF;
	border-right: medium solid #000099;
	border-bottom: medium solid #000099;
	border-left: medium solid #0066FF;
}
#story {
	background-color:#FFFFFF;
	height: auto;
	width: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
	left: 10%;
	position: relative;
	border: thick none #0000CC;
}
#story img{
	// float: left;
}
#story h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000099;
}
#story tr {
    border-bottom-style:solid;
	border-bottom-width:medium;
	border-bottom-color:#000000;
}
#story td {
    border-bottom-style:solid;
	border-bottom-color:#FFFFFF;
	border-bottom-width:medium;
}
#locations {
	color:#0000CC; 
}
#locations table {
    background-color:#FFFFFF;
}
#locations tr {
	border-bottom-style:solid;
	border-bottom-width:medium;
	border-bottom-color:#333333;
}
#picstory {
	position: static;
}
.tdlocation {border-bottom-width:medium; border-bottom-style:solid; border-bottom-color:#000033}
.pagefooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.pagefooter a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #FF0000;
	background-color: #CC0000;
	font-weight: 500;
}
.pagefooter a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #33CCFF;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #33FFFF;
	border-right-color: #3399FF;
	border-bottom-color: #3399FF;
	border-left-color: #33FFFF;
}
#tblLocations {
	background-color: #FFFFFF;
}
#tblLocations tr {
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #0000CC;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #0000CC;
}
.flavors {
	background-color: #FFFFFF;
}
.flavors h3 {
	color:#FFFFFF;
}