h1
{
  font-family: arial;
  font-variant: small-caps;
  color: purple;
  font-weight: bold;
  font-size: 22pt;
  text-align: left;
}

h2
{
  color: purple;
  font-size: 12pt;
  text-transform: capitalize;
}

body
{
  color: white;
  font-size: 8pt;
  font-family: arial;
  background-color: black;
  text-align: left;
}

table
{
  font-size: 8pt;
  font-family: arial;
  text-align: left;
  border-color: white goldenrod purple darkblue;
  border-style: solid;
  border-width: thin;
  border-collapse: collapse
}

table#finder
{
  border-style: none;
}

table#none
{
  border-style: none;
}

input, select
{
  color: white;
  cursor: pointer;
  font-size: 8pt;
  background-color: black;
  border-color: gray;
  border-style: solid;
  border-width: 2px;
  border-collapse: collapse;
  text-align: left;
}

input.button:hover{background-color:#808080;}

h3
{
  color: fuchsia;
}

a:link {color: cyan;}
a:visited {color: cyan;}
a:hover {color: white;}
a:active {color: goldenrod;}
a {text-decoration: none;}

th
{
  font-variant: small-caps;
  font-size: larger;
}

.error
{
  color: FF0000;
  font-size: 12pt;
  font-variant: small-caps;
  font-style: italic;
  font-family: arial;
  text-align: left;
}

.uptop
{
  font-size: 40;
}

.photo
{
  text-transform: capitalize;
  color: purple;
  font-size: 16;
  font-weight: bold;
}

.container
{
  position: relative;
}

.logo
{
  font-size: 28;
  text-align: center;
  width: 110;
  height: 35;
  position: absolute;
  right: 0;
  bottom: 32;
  background-color: black;
}

.pix
{
  text-align: center;
}

.topB
{
  position: absolute;
  right: 50;
  top: 50;
}

.suggest
{
  position: absolute;
  left: 50;
  top: 50;
  width: 100px;
  background-color: transparent;
}

.recent
{
  width: 100px;
  border-bottom-style: inset;
  border-bottom-width: 1px;
  border-bottom-color: #121212;
  background-color: black;
}

.realh
{
  color: goldenrod;
}

.lift
{
  position: relative;
  bottom: -3;
}

textarea
{
  color: white;
  font-size: 8pt;
  font-family: arial;
  background-color: black;
  text-align: left;
}

.chat
{
  position: absolute;
  left: 25;
  top: 200;
}

.chat1
{
  filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;
  background-color: black;
  color: goldenrod;
}

.chat2
{
  filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;
  background-color: purple;
  color: white;
}

.load
{
  font-size: 12pt;
  position: relative;
  font-weight: bold;
  width: 175px;
  background-color: transparent;
  text-align: center;
  border-style: none;
}

.find
{
  font-size: 12pt;
  position: relative;
  font-weight: bold;
  background-color: purple;
  text-align: center;
  width: 100px;
  top: -10px;
}

.hack
{
  background-color: black;
  color: red;
  font-size: 24pt;
  font-variant: capitalize;
}

.popup
{
  filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;
  color: white;
}

.imgcont
{
  position: relative;
  left: 120;
  width: 100;
  height: 100;
  text-align: center;
  vertical-align: middle;
}

.chain
{
  height: 5px;
}

.clock
{
  position: relative;
  height: 20px;
  top: 7px;
  margin-right: 3px;
}

.yesterday
{
  position: absolute;
  float: left;
  border-color: white goldenrod purple darkblue;
  border-style: solid;
  border-width: thin;
  border-collapse: collapse
  padding: 5px;
}
