    body{
      font-family: Arial;
      color: #696969;
      font-size: 13px;
      background: url(i/pixel.gif) fixed;
    }
	
	p {
	text-align: justify;
	text-indent: 20px;
	margin-bottom: 5px;
	}

#menu {display:block; top:10px; left:170px; width:130px; position:fixed; border:1px solid #888; padding:10px; text-align:center; font-weight:bold; color:#fff; background:url(grid2.gif);}
* html #menu {position:absolute;}


    #fixed{
      width: 100%;
      height: 50px;
      position: fixed;
      bottom: 0px;
	  z-index: 100;
    }

    a.form{
      color: white;
    }

    a.free{
      color: darkblue;
    }
	
	.lightness{
      background-color: #ecf1f7;
      cursor: pointer;
    }
    .darkness{
      background-color: #f6f6f6;
      cursor: pointer;
    }

    .menu_link{
      display: block;
      width: 102px;
      height: 20px;
      background-color: #f6f6f6;
      border: 1px solid #ffffff;
      color: #aaa;
      text-decoration: none;
      font-weight: bold;
      text-align:center;
      font-family: Arial;
      font-size: 14px;
    }
    a.menu_link:hover{
      background-color: white;
      border: 1px solid #21469d;
      color: #21469d;
    }
    .menu_link1{
      display: block;
      width: 100px;
      height: 20px;
      text-decoration: none;
      font-weight: bold;
      text-align:center;
      font-family: Arial;
      font-size: 14px;
      background-color: white;
      border: 1px solid #21469d;
      color: #21469d;
    }
    a.main_button1{
      background-image: url("pics/send.jpg");
      width: 150px;
      height: 50px;
      display: block;
    }
    a.main_button2{
      background-image: url("pics/b2_light.gif");
      width: 150px;
      height: 50px;
      display: block;
    }
    a.main_button2:hover{
      background-image: url("pics/b2_light.gif");
    }
    a.main_button3{
      background-image: url("pics/quest.jpg");
      width: 150px;
      height: 50px;
      display: block;
    }
    a.main_button4{
      background-image: url("pics/control.jpg");
      width: 150px;
      height: 50px;
      display: block;
    }
    a{
      text-decoration: none;
      color: #1594ff;
    }
    a.menu_small_link{
      color: #696969;
      display: block;
      height: 20px;
      background-color: #f6f6f6;
      border: 1px solid #f6f6f6;
      text-decoration: none;
      font-weight: bold;
      font-family: Arial;
      font-size: 14px;
      text-align: left;
    }
    a.menu_small_link:hover{
      color: #1594ff;
    }
    a.menu_small_link1{
      color: #696969;
      display: block;
      height: 18px;
      background-color: #f6f6f6;
      border: 1px solid #f6f6f6;
      text-decoration: none;
      font-weight: bold;
      font-family: Arial;
      font-size: 12px;
      text-align: center;
      padding-top: 2px;
    }
    a.menu_small_link1:hover{
      color: #1594ff;
    }
