body {
  color: white;
  background-color: black;
  background-image: url(https://gryps.moe/media/stars.gif);
  font-size: 13px;
}

#wrapper {
  min-height: 500px;
  margin: 0 auto;
  width: 900px;
  overflow: hidden;
  padding: 0; 
}

.header {
  font-size: 25px;
}

.spacer {
  height:200px;
}

.articletxt {
  float: right;
  width: 675px;
  padding: 10px;
  background-color: black;
  border: 4px;
  border-style: outset;
  border-color: #1f4483;
}

a:link {
  color: white;
}

a:visited {
  color: white;
}

.sidebar {
  float: left;
  width:150px;
  padding: 5px;
  font-size: 12px;
  text-align: center;
  background-color: black;
  border: 4px;
  border-style: outset;
  border-color: #1f4483;
  font-family: 'moreperfectvga';
}

h2 {
  font-family: 'moreperfectvga';
}

h3 {
  font-family: 'moreperfectvga';
}

.sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar li:hover {
  background-color: white;
  color: black;
}

.articleimg {
  float: right;
  margin: 10px;
}

.profileimg {
  display: inline-block;
  margin-top: 20px;
}

.infobox {
  float: left;
  width: 400px;
  padding: 10px;
  padding-top: 0;
  border: 2px;
  border-style: solid;
  border-color: #1f4483;
  border-radius: 8px;
}

.listboxleft {
  float: left;
  width: 275px;
  padding: 10px;
  padding-top: 0;
  margin-left: 20px;
  margin-bottom: 10px;
  border: 2px;
  border-style: solid;
  border-color: #1f4483;
  border-radius: 8px;
}

.listboxright {
  float: right;
  width: 275px;
  padding: 10px;
  padding-top: 0;
  margin-right: 20px;
  margin-bottom: 10px;
  border: 2px;
  border-style: solid;
  border-color: #1f4483;
  border-radius: 8px;
}

.widebox {
  width: 612px;
  padding: 10px;
  padding-top: 0;
  margin-bottom:10px;
  margin-left: 20px;
  border: 2px;
  border-style: solid;
  border-color: #1f4483;
  border-radius: 8px;
}

.listsubbox {
  display:inline-block;
  width: 300px;
}

.center {
  text-align: center;
}