html
{
	height: 100%;
	margin-bottom: 4px;
}

body
{
	background: #000000;
	color: #ff0000;
	font-size : 100%; 
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h2, h3
{
	font-size : 150%; 
	text-decoration: underline;
	padding: 0px;  
	margin: 15px 0px 5px 0px;
	color: #ff0000;
}

p
{
	padding: 0px;  
	margin: 0px 0px 15px 0px;
}

.center
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.nodisplay {display: none;}

pre, #poems
{
	text-align: center;
	font-size: 110%;
	font-family: Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
}

#copyright
{
	border-top: 1px solid #400000;
	border-bottom: 1px solid #400000;
	background: #200000;
	font-size: 9px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
}

#copy
{
	color: #ffff00;
	font-size:80%;
}

#notice
{
	margin: 20px;
	color: #ffff00;
}

#maintext
{
	text-align: left;
	margin: 10px;
}

.linkme {color: #ff0000;}


a {font-weight: bold;}
a:link {color:#c000c0;}
a:visited {color:#800080;}
a:active {color:#ff40ff;}
a:hover {color:#ff00ff;}

#navi ul
{
	font-size: 70%;
	margin:0px;
	padding: 0;
	border-top: 1px solid #400000;
	border-bottom: 1px solid #400000;
	background: #200000;
}

#navi li 
{
	text-align: center;
	list-style-type: none;
	display: inline; 
}

#navi a
{
	padding:0px 10px;
	color: #a00000;
	text-decoration: none;
	font-weight:bold;
}

#navi a:hover
{
	color: #ff0000;
	background: #400000;
	text-decoration: underline;
}

#poems li
{
	list-style-type: none;
	font-size: 75%;
}

#copyright a, 
#copyright a:link, 
#copyright a:visited, 
#copyright a:active, 
#copyright a:hover
{
	font-weight: normal;
	text-decoration: none;
	color: #ff0000;
	cursor: text;
}

#legal a:hover 
{
	color: #ffff00;
	text-decoration: underline;
	cursor: hand;
}

img {border: 0;}

.newsbox
{
	margin: 12px 20px;
	background: #500000;
	border: 1px solid #700000;
}

.newsbox h2
{
	font-size: 100%;
	padding: 5px 10px;
	margin: 0;
}

.newshead {background: #800000;}

.newsmain
{
	padding: 0 20px;
}

.newsmain:hover {color: #ff8000;}
.newsbox:hover {background: #600000;}

.newsdate {padding: 5px 10px;}
.left {float:left;}
.right {float:right;}
