body {
	color: #FFFFFF;
	background-color: #000000;
	font-size: 100%;
	padding:0% 2.5% 0% 2.5%;
}

a {
	font-style: italic;
  font-weight: bold;
	text-decoration: underline;
	color: #DDFFDD;
}

h1 {
	font-style: italic;
	text-decoration: underline;
	font-size: 250%;
	color: #CCFFCC;
  margin-bottom:1%;
}

h2 {
	font-style: italic;
	text-decoration: underline;
	font-size: 150%;
	color: #CCFFCC;
  margin-bottom:1%;
}

h3 {
	font-style: italic;
	text-decoration: underline;
	font-size: 125%;
	color: #DDFFDD;
  margin-bottom:0.5%;
}

h4 {
	font-style: italic;
	text-decoration: underline;
	font-size: 100%;
	color: #DDFFDD;
  margin-bottom:0.5%;
}

.enemy_img {
  float: left;
}

.enemy_info {
	font-size: 62.5%;
}

.mono {
  font-family: monospace;
}

.toplink {
	font-style: normal;
}

.code {
  font-size: 125%;
  padding:0% 0% 0% 2.5%;
}

