@charset "utf-8";

* { font-size: 9pt; }

img {
  border: 0px;
  vertical-align: middle;
}

body {
  margin:  0px;
  padding: 0px;
  scrollbar-track-color:   #383838;
  scrollbar-face-color:    #494949;
  scrollbar-shadow-color:  #000000;
  scrollbar-3dlight-color: #000000;
  scrollbar-arrow-color:   #c0c0c0;
  overflow: hidden;
}

table {
  border-collapse: collapse;
  empty-cells: show;
  margin: 0px;
  padding: 0px;
}

A         { text-decoration: none; }
A:link    { color: #ffa500; }
A:visited { color: #ffa500; }
A:active  { color: #ff0000; }
A:hover   { color: #ff0000; }

A#gimg_a {
  display: block;
  text-decoration: none;
  margin:  0px;
  padding: 0px;
  width: 200px;
  height: 224px;
  background-image: url(img/you-type_1.gif);
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -1000px;
}

A#gimg_a:hover {
  background-image: url(img/you-type_0.gif);
  background-repeat: no-repeat;
}

A#gimg_b {
  display: block;
  text-decoration: none;
  margin:  0px;
  padding: 0px;
  width: 200px;
  height: 224px;
  background-image: url(img/16urack.gif);
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -1000px;
}

A#gimg_b:hover {
  background-image: url(img/you-nath.gif);
  background-repeat: no-repeat;
}

.spacefont { font-size: 1pt; overflow: hidden; }
