body {
	background-color: #000033;
}

.poemname {
	color: #000000;
	font-family: Sylfaen, "Times New Roman";
	font-weight: bold;
	font-size: 36px;
}

.poem {
	color: #000000;
	font-family: Sylfaen, "Times New Roman";

}


.poemnote {
	color: #000000;
	font-family: Sylfaen, "Times New Roman";
	font-weight: normal;
	font-size: 14px;
}
.text {
	color: #000000;
	font-weight: normal;
}

a:link {
	color: #0000FF;
}

a:hover {
	color: #0000FF;
	text-decoration: underline;
	font-style: italic;

}

a:active {
	color: #0000FF;
	text-decoration: underline;
}

.currentlink {
	color: #000000;
	font-style: italic; 
	font-weight: bolder;

}
a:visited {
	color: #0000FF;
}
