﻿a.link:link, a.link:visited {
  border:3px solid #999;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  padding: 0em 10px 0em 10px;
  color: black;
  background-color: #CACAFF;
  line-height: 150%;
  display:block;
  text-shadow: white 2px 2px 1px;
  text-align:center;
  white-space:nowrap;
  margin-right:4px;
  margin-bottom:.5em;
  width:15em;
  box-shadow:3px 3px 10px black;
  -moz-box-shadow:3px 3px 10px black;
  -webkit-box-shadow:3px 3px 10px black;
}
a.link:hover {
  border:3px solid black;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color:#666;
  text-decoration: none;
  text-align:center;
  font-weight: bold;
  padding: 0em 10px 0em 10px;
  color: #CACAFF;
  line-height: 150%;
  display:block;
  text-shadow: black -2px -2px 1px;
  white-space:nowrap;
  margin-right:4px;
  margin-bottom:.5em;
  width:15em;
  ;
  box-shadow:-3px -3px 10px gray;
  -moz-box-shadow:-3px -3px 10px gray;
  -webkit-box-shadow:-3px -3px 10px gray;
}
.link-detail {
  border:3px solid silver;
  padding:.5em;
  margin-left:4px;
  margin-bottom:.5em;
  text-align:left;
  background-color:#FCF9FF;
  border-radius: 10px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  box-shadow:3px 3px 10px gray;
  -moz-box-shadow:3px 3px 10px gray;
  -webkit-box-shadow:3px 3px 10px gray;
}
.alpha {
  font-size: 1em;
  text-align: right;
  margin-bottom:4px;
}
table.navigate {
  font-size: 1em;
  color: black;
  width:99%;
  margin-left:auto;
  margin-right:auto;
}