a 
{
  text-decoration : none;
  color: #CC8D98;
}

a:visited
{
  color: #CC8D98;
}

a:hover 
{
  color: #eeeeee;
  text-decoration : underline;
} 

img
{
  border: 0px;
}

.highlight
{
  color: #b55;
}

#intropage
{
  background-image: url("introback.jpg");
  text-align: center;
}

#intropage #intromovie
{
  border: #fff 1px solid;
  width: 400px;
  margin: 0 auto;
  margin-bottom: 20px;
}

#intropage h1
{
  margin-top: 35px;
  margin-bottom: 15px;
}

#intropage p
{
  text-align: center;
  margin: 0 auto;
}

div#menupane 
{
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0px;
  margin: 0px;
  padding-left: 5px;
  background-image: url(backgr.jpg);
  background-repeat: no-repeat; 
  padding-top: 40px;
  width: 159px;
  height: 298px;
}

div#menupane ul
{
  padding: 0px;
  margin: 0px;
}

div#menupane li
{
  list-style: none;
  padding-bottom: 7px;
}

div#menupane a
{
  text-decoration : none;
  color: #ffffff;
  font-weight: bold;
  padding-right:3px;
}

div#menupane a:visited
{
  text-decoration : none;
  color: #ffffff;
}

div#menupane a:hover 
{
  text-decoration : none;
  color: #ffffff;
  background-color: #ff0000;
} 

div#logopane
{
  background-image: url(topbackgr.jpg);
  background-repeat: no-repeat; 
  padding-top: 63px;
  padding-bottom: 1px;
  padding-left: 4px;
  position: absolute;
  top: 0px;
  left: 159px;
  width: 397px;
}

html>body div#logopane
{
  left: 164px;
}

div#maincontent
{
  position: absolute;
  top: 100px;
  left: 159px;
  padding-right: 4px;
}

html>body div#maincontent
{ 
  left: 164px;
}


.date
{
  color:#888;
}

.selected
{
  color:#FF6666;
}

.linkcomment, .bright
{
  color:#ffffff;
}

table.linktable
{
  border: 1px #2100FF solid;
  width: 545px;
  border-collapse: collapse; 
  margin-left: 8px;
}

.linktable td
{
  border: 1px #2100FF solid;
  padding: 3px;
  padding-right: 5px;
}

table.articletable
{
  border: 1px #2100FF solid;
  width: 370px;
  border-collapse: collapse; 
  margin-left: 8px;
}

table.articletable td
{
  border: 1px #2100FF solid;
  padding: 3px;
  padding-right: 5px;
}

#mainmenu
{
  height: 240px;
}

ul,ol
{
  margin-left: 16px;
  margin-right: 8px;
}

li
{
  list-style-type: square;
}

p
{
  text-align: justify;
  font-family: verdana, arial, sans-serif;
  font-size:12px; 
  margin-left: 8px;
  margin-right: 8px;
  line-height:16px; 
}

p#backbutton
{
  text-align: right;
}

.footer
{
  font-size:10px;
  text-align: center;
  color: #777777;
}

.warning
{
  border: 2px solid #C57878; 
  background-color: #A52A2A;
  width: 500px;
  padding: 6px 8px;
  margin-left: 8px;
  color: #fff;
  line-height: 17px;
  text-align: justify;
}

h1
{
  font-family: Georgia, "New Century Schoolbook", "Bitstream Vera Serif", sans-serif;
  font-size:16px;
  margin-left: 8px;
  color: #ccc;
  margin-top: 15px;
}

h2
{
  font-family: Georgia, "New Century Schoolbook", "Bitstream Vera Serif", sans-serif;
  font-size:14px;
  margin-left: 8px;
  color: #ccc;
  margin-top: 25px;
}

body
{
  font-family: verdana, arial, sans-serif;
  font-size:12px;
  color:#8ED0F5;
  background-color: #000000;
  margin: 0px 0px 5px 0px; 
  padding: 0px;
}

table
{
  font-family: verdana, arial, sans-serif;
  font-size:12px;
}

hr
{
  border: solid 1px #00008B;
  color: #00008B;
 
  height: 2px;
  margin-left: 10px;

}

a.imgs:hover
{
  border-right: 0px solid #ee0000;
  border-left: 0px solid #ee0000;
  border-top: 2px solid #ee0000;
  border-bottom: 2px solid #ee0000;
} 

th
{
  color: #eeeeee;
  text-align: left;
  background-color: #2100FF;
}

textarea, input, select
{
  background-color: #111;
  border: 1px #1C00D5 solid;
  color: #8ED0F5;
}