/* Styles for migcruisers.com navigation page
*/

/* page body
*/
body {
  background-color: white;
  color: black;
  font-family: Arial, sans-serif;
  font-size: small;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

/* default anchors
*/
a:link { font-size: small; color: black; text-decoration: none; }
a:active { font-size: small; color: black; text-decoration: none; }
a:visited { font-size: small; color: black; text-decoration: none; }
a:hover { font-size: small; color: black; text-decoration: underline; font-weight: bold; }

/* images
*/
img {
  border: 0;
  height: 20px;
  width: 150px;
}

img.icon {
  height: 18px;
  width: 21px;
}

/* table
*/
table {
  border-collapse: collapse;
  border-style: none;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 1px;
  padding-bottom: 1px;
  table-layout: fixed;
  width: 100%;
}
td {
  vertical-align: center;
  text-align: left;
}
