

body{
  background-image: url("/img/cards/vbg.png");
  background-repeat: repeat;
  font-family:consolas;
  font-size: 20px;
  margin: 0;
  color: #000;
}

.content {
	background:#fff;
	width: 57%;
	padding: 20px;
	margin-top:7%;
	overflow: scroll;
	border:3px double #d1d1d1;
}

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

b.info1 {
  background: #071C49;
  color:#FCC91F;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
}

b.info2 {
  background: #071C49;
  color:#fff;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
}

b.big {
  font-size:24px;
}

h1 {
  color: #cccccc;
  font-family:times;
  font-size: 30px;
  font-weight: bold;
  line-height:22px;
  margin: 5px;
  font-style: italic;
  text-align: left;
}

h2 {
  color: #cccccc;
  font-family:times;
  font-size: 30px;
  font-weight: bold;
  line-height:22px;
  margin: 5px;
  font-style: italic;
  text-align: right;
}

u {
text-decoration: underline 2px dotted
}

.info {
  background: #000;
  color:#fff;
  border: 2px dashed #fff;
  width:75%;
  padding: 10px;
  font-size: 14px;
  font-family: courier;
  line-height: 30px;
  text-decoration: underline 1px dotted;
  margin:5px;
}

.deco {
  border: 3px double #FCC91F;
  float: left;
  width: 150px;
  margin: 15px;
}

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

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

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