body {
  font-family: Arial;
  line-height: 1.2;
  color: black;
  font-weight: normal;
  font-style: normal;
  text-align: justify;
  font-size: 15px;
  background-color: black;
  background-image: url(imej/bg1.jpg);
  background-position: left top;
}
#header {
  background-image: url(imej/header.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
#footer {
  background-image: url(imej/footer.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
#bgcell {
  background-image: url(imej/bg.jpg);
  background-position: center top;
  background-repeat: repeat-y;
}
.solidbox {
  border: 2px solid black;
}
a:hover {
  color: red;
  text-decoration: overline;
}
a:visited {
  color: #333333;
  font-weight: normal;
  font-style: normal;
}
h1 {
  font-family: Impact;
  font-style: normal;
  text-align: center;
  color: red;
  font-weight: normal;
  font-size: 35px;
  line-height: 0.6;
}
h2 {
  font-style: normal;
  text-align: center;
  font-family: Arial Black;
  color: red;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}
.johnsonbox {
  border: 5px dashed #cc0000;
}
.imagebox {
  border: 4px dashed #9999ff;
}

