body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 96%;
	line-height: 1.5em;
	color: #FFFFFF;
	background-color: #000000;
	font-size: 1.0em;
	margin: 7px;
	text-align:center;
}
.content {
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.short {
	margin-top: 15px;
	margin-bottom: 15px;
}
p {
	text-align: left;
	margin: 15px;
}
img {
	text-align: center;
	/*display: block;*/
}
a:link {
	color: #99ccff;
	text-decoration: underline;
	font-weight: normal;

}
a:visited {
	color: #99ccff;
	text-decoration: underline;
}
a:hover {
	/*hover doesn't work in nn4*/
}
a:active {
	color: #fff999;
	text-decoration: none;
}

/*element {
   style: for Explorer on Mac
}*/
.footer {
	display: hidden;
}
.next {
	/*display: hidden;*/
}
.ender {
	display: hidden;
}
/*
   This is a CSS comment where the end-of-comment marker is escaped.
   The following styles are not read by Mac Explorer
   because it thinks they are still part of this comment.
\*/

.footer {
	display: visible;
	position: absolute;
	bottom: 0;
	left: 5px;
}
.next {
	position: absolute;
	bottom: 0;
	right: 5px;
}
.ender {
	display: visible;
	position: absolute;
	bottom: 0;
	right: 195px;
	left: 202px; 
    text-align: center;
}
/*
   Another comment, now with a normal end-of-comment marker. Explorer
   sees the end of this comment as the end of the previous one.
*/
.cpyrt {
	margin-top: 1.7em;
	color: #666666;
	font-size: 9px;
	font-style: italic;
    
}
