/* HTML body */
BODY
{
	font-family: Verdana,Arial; 
	color:silver;
	background-color:#000000;
}
/* usual text */
.NormalOne
{
	font-size:8pt;
	font-style: normal;
}
/* usual link */
.NormalLink
{
	color:silver;
	font-size:8pt;
	font-weight: bold;
}
/* little header about h4 */
.Header
{
	font-size:12pt;
	font-weight:bold;
}
/* large header about h2 */
.HeaderLarge
{
	font-size:14pt;
}
/* red letter */
.InitialLetter
{
	font-size:10pt;
	font-weight:bold;
}

.PoemPage
{
	position:relative;
	margin:25px;
	padding:5px;
	border-width:2px 0px 2px 2px;
	border-color:silver;
	border-style:solid;
	width:75%;
}

.HiddenPoemPage
{
	position:relative;
	margin:0px 25px 0px 25px;
	padding:0px 5px 0px 5px;
	border-width:0px;
	width:70%;
}

.PopupMenu
{
	position:absolute;
	border-width:1px;
	width:10%;
	padding:5px;
	border-style:solid;
	border-color:silver;
	background-color:black;
}

.HalfLine
{
	float:left;
	position:relative;
	width:50%;
	margin:0px 10px 0px 0px;
}