﻿body a:link {
	color: black;
	}
body a:visited {
	color: black;
	}
body a:focus {
	color: blue;
	text-decoration:underline;
	}
body a:hover {
	color: blue;
	text-decoration:underline;
	}
body a:active {
	color: blue;
	text-decoration:underline;
	}

img {
	border-width: 1px;
	border-color: black;
	}
img.none {
	border-width: 0px;
	}
table.button {
	background-color: #B0C4DE; /*Lightsteelblue*/
	}
table.button td {
	width: 180px;
	text-align: center;
	font-size: small;
	font-weight: bold;
	background-color: #B0C4DE; /*Lightsteelblue*/
	}
.menu {
	font: bold 12px/22px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

.map {
	text-align: left;
	}
table {
	margin:auto;
	}
img.next {
	float:right
	}
.style1 {
	text-align: center;
}
.thinborderfloat {
  float:left;
  padding:5px;
  margin-right:auto;
  margin-left:auto;
  } 
