BODY{
  color : black;
  background-color : black;
  font-size : 12pt;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  
}
A:LINK{
  color : white;
}
A:VISITED{
  color : gray;
}
A:HOVER{
  color : red;
}
H1{
  font-size : 20pt;
  text-align : center;
  margin-top : 30px;
  margin-bottom : 30px;
}
H2{
  font-size : 16pt;
  font-weight : bold;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  margin-top : 30px;
  margin-bottom : 15px;
  border-bottom-color : black;
}
H3{
  font-size : 14pt;
  font-weight : bold;
  margin-top : 30px;
  margin-bottom : 15px;
}

H4{
  font-size : 12pt;
  font-weight : bold;
}

TABLE{
  font-size : 12pt;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  line-height : 24px;
  background-color: black;
  color : white;
}
P{
  font-size : 12pt;
  text-indent : 12pt;
  margin-top : 0.5em;
  margin-bottom : 0.5em;
}
P.noindent{
  text-indent : 0px;
}
UL{
  margin-top : 1em;
  margin-bottom : 1em;
}
LI{
  margin-top : 0.5em;
  
}
.contents{
  line-height : 1.5;
  margin-top : 30px;
  margin-left : 30px;
  margin-right : 30px;
  margin-bottom : 30px;
}


.name{
  text-align : right;
}

.screen{
  font-family : monospace;
  color : white;
  background-color : black;
  border-width : 8px 8px 8px 8px;
  border-style : solid solid solid solid;
  border-color : black black black black;
  margin-top : 10px;
  margin-left : 25px;
  margin-right : 25px;
  margin-bottom : 10px;
  font-size : 10pt;
}