/* Krey Net Style Sheet. */

body {
  background-image: url(/back.jpg);
}

td.black {
  font-family: Helvetica, Arial;
  color: #A0FFA0;
  font-size: 12px;
}

.green {
  color: #A0FFA0;
}

td.black a:link {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #000000;
}

td.black a:active {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #000000;
}

td.black a:visited {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #000000;
}

td.mid {
  font-family: Arial, Helvetica;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 15px;

}

.uppertit {
  font-family: Arial, Helvetica;
  background-color: #666666;
  color: #FFFFFF;
  font-size: 18px;
  text-align: center;
}

.poptit {
  font-family: Arial, Helvetica;
  background-color: #006666;
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
}

.popbod {
  font-family: Arial, Helvetica;
  background-color: #DFDFDF;
  color: #000000;
  font-size: 12px;
}

.code {
  font-size: 12px;
}


h1 {
  font-family: Arial;
  font-size: 30px;
  text-align: left;
}

h2 {
  font-family: Arial;
  font-size: 25px;
  text-align: left;
}

h3 {
  font-family: Arial;
  font-size: 18px;
  text-align: left;
}

P.list {
}

i.toplisttitle {
  font-size: 35px;
  font-color: #FF0000;
}

i.listtitle {
  font-size: 40px;
  font-color: #FF0000;
}

div.listright {
  font-size: 10px;
  font-color: #FF0000;
  text-align: right;
}

.copy {
  font-size: 10px;
  text-align: center;
}
