@charset "utf-8";

/* CSS Document */


/* Links */


a:link  { color: lime; border: none; background-color: transparent }

a:visited  { color: red; border: none; background-color: transparent }

a:hover  { color: aqua; border: none; background-color: transparent }

/* Images */
.centerimg { margin-left:auto; margin-right:auto; display:block; text-align:center }

/* Body Characterististics */

body {

  background-color:  #000;

}



#menu {

  font-family:  Arial, Helvetica, sans-serif;

  font-size:  12px;

  font-style:  normal;

  font-weight:  100;

  color:  #FF0;

  text-decoration:  none;

  display:  block;

  margin-left:  0px;

  padding:  1px;

  margin-bottom:  2px;

  color: #FF0;

  position:absolute;

  left:25px;
  top:25px;

  width:130px;
  height:190px;

  z-index:1;

}



#text {

  position:absolute;

  left:200px;

  top:25px;

  width:700px;

  z-index:1;

  font:x-small Georgia,Serif;
  
  font-size: 10pt;
  font-weight: bold;

  color: yellow;

}



.indentme {
  padding-left: 50px;
  padding-right: 50px;
}

.navigation {

  font-family:  Arial, Helvetica, sans-serif;

  font-size:  12px;

  font-style:  normal;

  font-weight:  100;

  color:  #FF0;

  text-decoration:  none;

  display:  block;

  margin-left:  0px;

  padding:  1px;

  width:  130px;

  margin-bottom:  2px;

  color: #FF0;

}



.navigation:hover {

  font-family:  Arial, Helvetica, sans-serif;

  font-size:  12px;
  font-style:  normal;
  font-weight:  bold;
  color:  #FF0;

  text-decoration:  none;

  display:  block;
  margin-left:  0px;
  padding:  1px;
  width:  130px;
  margin-bottom:  2px;
  color: #FF0;
}

