body {
	background-color: black;
	font-family: sans-serif;
}
a.nav {
	text-decoration: none;
	font-weight: bold;
	color:#3333AA;

	border: solid black 1px;
}
a.nav:hover {
	color:#FFAAAA;

}
p {
font-size: 12;
}
h1, h2, h3 {

}
img {
  border: none;
}
.poem {
	font-family: serif;
	position: relative;
	left: 50px;
	color: ddddff;
	font-size: 18px;
	white-space: pre;

}

.poem_title{
	font-size: 30px;
	text-align: center;
	padding: 30px;
}

.poem_description {

}

.debug {
	background-color: #999999;
	padding: 1em;
	border: solid white 3px;
}

.FOR_FILE {
	font-size:1px;
	visibility: hidden;
}
.CAPTION {
	text-align: center;

}
.DESCRIPTION {
text-align: center;

}
.ADDED {
	color: yellow;
}
.COMMENT {
	width : 90%;
	border : dotted #ccccff 1px;
	padding: 5px;
	spacing: 5px;
	text-align: left;
}
.CONTENT {
	white-space: pre;
	width : 80%;
	background-color: #000011;
	padding: 5px;
	
}
.DATE {
 color: green;
}
.BY {
 color: orange;
}

.IP {
font-size:1px;
	visibility: hidden;
}
.copy {
	padding-top:10px;
	font-style: italic;
}
.enterpage {
	background-color: black;
	color: #99ccff;
	font-family: sans-serif;
	border: dotted #99ccff 2px;
	padding: 10px;
	spacing: 10px;
}

/* custom html tags for use with comments: */

.h1 {
	font-weight: bold;
	font-size: 20px;
	}
.h2 {
	font-weight: bold;
	font-size: 17px;
}

