/* Id$ */    

body { 
  background-color: darkslategray;
}
.main { 
  width: 90%;
  background-color: white; 
  font-family:sans-serif;
  border-style:outset;
  border-width:5;
  border-color:black;
  padding:5;  
}
.top {
  width:100%;
}
.lang {
  text-align:left;
  font-size:12
}
.home {
  text-align:right;
}
h1 {
  font-size:22;
  font-weight:bold;
}
h2 {
  font-size:18;
  font-weight:bold;
}
h3 {
  text-align:left;
  margin-left: 10pt;
  font-size:18;
  font-weight:bold;
}
.menu {
  text-align:left;
}
.id { 
  width:98%;
  color:DarkSlateGray;
  text-align:right; 
  font-style:italic;
  font-size:8pt;
}

.screenshots { 
  text-align:center;
}