@font-face {
  font-family: comic; src: url("../php/fonts/comic.ttf");
}

body {
  background:url("../backs/nsvr_back.gif") #232d35;
  margin: 0px;
  padding: 0px;
  font-family: 'Comic Sans MS', comic, 'Trebuchet MS', Arial, sans-serif;
  color: #fffacd;
  font-size: 15px;
}

h1, h2, h3, h4, h5 {
  font-family: 'Comic Sans MS', comic, Georgia, 'Times New Roman', serif;
}

h1 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 2em;
}

.tablmain {
  width: 700px;
  border: 0px;
  padding: 10px;
  border-spacing: 0px; 
  margin-left: auto;
  margin-right: auto;
}

.tabl2 {
  width: 100%;
  border: 0px;
  border-collapse: collapse;
  border-spacing: 0px;
  margin-left: auto;
  margin-right: auto;
}

.tablban {
  background: #fffacd;
  border: 0px;
  padding: 1px;
  border-spacing: 0px;
  margin-left: auto;
  margin-right: auto;
}

.tdban {
  background: #232d35;
}

.tabd {
  width: 50%;
  text-align: left;
}

.tabluni {
  background: #232d35;
  border: 0px;
  padding: 1px;
  border-spacing: 0px;
  margin-left: auto;
  margin-right: auto;
}

#top {
  vertical-align: text-top;
}

.highl {
  background: #232d35;
  color: #fffacd;
  padding: 10px;
  margin: 10px;
  width: 490px;
  margin-left: auto;
  margin-right: auto;
  border-color: #fffacd;
  border-width: 1px;
  border-style: solid;
}

#quot {
  background: #232d35;
  color: #fffacd;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  width: 490px;
  border-color: #fffacd;
  border-width: 1px;
  border-style: solid;
  font-size: 14px;
  font-style: oblique;
  text-align: center;
}

#footer {
  background: #232d35;
  color: #fffacd;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  width: 490px;
  border-color: #fffacd;
  border-width: 1px;
  border-style: solid;
  font-size: 14px;
  font-style: oblique;
  text-align: center;
}

.banner {
  text-align: center;
  border: none;
  width: 700px;
  height: 150px;
}

ul {
  list-style-image: url("../images/arrow_right_link_fffacd.gif");
}

p {
  background: #232d35;
  color: #fffacd;
  padding: 5px;
  font-size: 12px;
  font-style: oblique;
  text-align: center;
}

.note {
font-size: 12px;
color: #fffacd;
}

.center {
  text-align: center;
}

#eagle {
  text-align: center;
  border: none;
  width: 128px;
  height: 180px;
}

img {
  border: none;
}

.calvin {
  text-align: center;
  border: none;
  width: 95px;
  height: 120px;
}

.valid {
  text-align: center;
  border: none;
  width: 88px;
  height: 31px;
}

.valid:hover { 
  -moz-box-shadow: 0 0 10px #ccc;
  -webkit-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
}

.uni {
  text-align: center;
  border: none;
  width: 133px;
  height: 64px;
}

.map {
  text-align: center;
  border: none;
  width: 180px;
  height: 90px;
}

.map:hover { 
  -moz-box-shadow: 0 0 10px #ccc;
  -webkit-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
}

a {
  color: #fffacd;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  text-shadow: -1px 1px 5px #fffacd, 1px -1px 5px #fffacd;
  color: #232d35;
  text-decoration: none;
}

