body{
  background:white url(/%7Ezophos/shikishi.gif);
  color:navy;
}
h1{
  position:relative;
  padding:1ex;
  border-style:none;
  font-size:large;
  font-family:sans-serif;
  color:navy;
  text-align:center;
  margin-top:0.5ex;
  margin-bottom:0.5ex;
}
h2{
  position:relative;
  width:100%;
  padding:.3ex;
  border-style:outset;
  border-width:2px;
  background:none;
  font-size: medium;
  font-family:sans-serif;
  color:black;
}
h3{
  position:relative;
  width:87%;
  left:4%;
  padding:.3ex;
  border-style:none;
  font-size: medium;
  font-family:sans-serif;
  color:navy;
}
h4{
  position:relative;
  width:50%;
  left:5%;
  padding:.3ex;
  border-style:none none solid none;
  border-width:1px;
  border-color:navy;
  font-size: medium;
  font-family:sans-serif;
  color:navy;
}
p{
  position:relative;
  width:86%;
  left:5%;
  right:5%;
  margin-top:.5ex;
  margin-bottom:1ex;
}
dl{
  position:relative;
  left:10%;
  width:85%;
}
dt{
  position:relative;
  left:-1.5em;
  margin-top:1em;
  font-weight:bold;
}
dd{
  position:relative;
  left:-5.5em;
}
a:link{
  color:blue;
}
a:visited{
  color:blue;
}
a:hover{
  color:green;
}
a:active{
  color:orange;
}
div#headlogo{
  position:relative;
  width:100%;
  padding:auto;
  text-align:center;
  border-style:none;
}
div.commandline{
  position:relative;
  width:70%;
  left:15%;
  right:15%;
  margin:5px;
  padding:1em;
  border-style:outset;
  border-width:2px;
  background-color:white;
  color:black;
}
div.right{
  position:relative;
  width:100%;
  left:auto;
  right:1%;
  text-align:right;
}
span.disable{
  color:gray;
}
span#subtitle{
  font-size:medium;
}

