body
{
  font-family: "Courier New", Courier;
  background-attachment: fixed;
  color: white;
  font-size: 16px;
}

div
{
  background-color: #333333;
  border: 50px solid transparent;
  border-image: url("assets/border.png") 50 round;
  margin: 15px;
}

li
{
	text-align: left
}

a:visited
{
  color: #ff00aa;
}

a:link
{
  color: #aa00ff;	
}

a:hover
{
  color: #ffffff;
}

.header
{
  width: 65%;
}

.small
{
  float: left;
}

.alt
{
  border-image: url("assets/borderalt.png") 50 round;
  text-align: center;
  margin: auto;
  width: 75%;
  font-size: 18px
}

.altheader
{
  width: 65%;
  font-size: 125%;
}

.sidebox
{
  width: 35%;
  float: left;
}

p.header {
  font-size: 20px;
}

img.sidebox {
  float: left;
  margin: 15px;
}
