body {

  background-color : black;
  color : white;
}

a {

  color : white
}

a:hover {

  color : #ffff00;
}

#frame {

  position :                       relative;
  top :                                10px;
  left :                                0px;
	
  width :                             800px;
  height :                            600px;
}

#title {

  position : absolute;
  top : 0px;
  left : 0px;

  font-size : 200%;
}

#stitle {

  position : absolute;
  top : 50px;
  left : 0px;
  font-style : italic;

}

#hline {

  position : absolute;
  top : 80px;
  left : 0px;
  width : 100%;
}

#vline {

  position : absolute;
  top : 100px;
  left : 150px;
  width : 1px;
  height : 1800px;
  background-color : white;
}

#vline1 {

  position : absolute;
  top : 100px;
  left : 150px;
  width : 1px;
  height : 1000px;
  background-color : white;
}

#menu {

  position : absolute;
  top : 110px;
  left : 5px;
  text-align : left;
}

#page {

  position : absolute;
  top : 110px;
  left : 170px;
  text-align : left;
}





/* end */





