

body{
  background-image: url("");
  background-repeat: repeat;
  font-family:ms gothic;
  font-size: 20px;
  margin: 0;
  color: #fff;
  background-color: #000
}

#boxin {
	left: 1%;
	top: 1%;
	width: 98%;
	height: 98%;
	outline: solid;
	outline-color: red;
	outline-width: 1px;
}

.content {
	background:#020202;
	width: 55%;
	padding: 20px;
	margin-top:5%;
	overflow: scroll;
	border:50px solid #0f0f0f;
}

.header {
  text-align: center;
  padding: 32px;
}

.info {
  background: #171717;
  border: 1px solid red;
  color:#fff;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: normal;
}

h1 {
  color: #fff;
  font-family:times;
  font-size: 50px;
  font-weight: bold;
  line-height:35px;
  margin: 5px;
  font-style: italic;
  text-align: left;
  margin-left: 180px;
  text-shadow: 2px 2px red;
}

h2 {
  color: #fff;
  font-family:times;
  font-size: 50px;
  font-weight: bold;
  line-height:35px;
  margin: 5px;
  font-style: italic;
  text-align: center;
  margin-left: 180px;
  text-shadow: 2px 2px red;
}

h3 {
  color: #fff;
  font-family:times;
  font-size: 50px;
  font-weight: bold;
  line-height:35px;
  margin: 5px;
  font-style: italic;
  text-align: right;
  margin-left: 180px;
  text-shadow: 2px 2px red;
}

.body {
  background: #0f0f0f;
  color:#fff;
  border: 1px solid red;
  width:75%;
  padding: 10px;
  font-size: 16px;
  line-height: 25px;
}

.deco {
  border: 1px solid red;
  float: left;
  width: 150px;
  margin: 5px;
}

.navleft {
  font-size:80px;
  color: #fff;
  position:absolute;
  bottom:8%;
  left: 30%;
  font-family:consolas;
}

.navright {
  font-size: 80px;
  color: #fff;
  position:absolute;
  bottom:8%;
  right:30%;
  font-family:consolas;
}

a {
  text-decoration:none;
  color:#fff;
}