@charset "UTF-8";
/* CSS Document */
/* styles that only affect the poem page */

.poemList	/* when the javascript poem links sends the poem list output to the page they are not affected by the css in the same way as a normal include */
	{		/* for this reason this bit of code does the same as the class li in the general style file */
		padding-left: 25px;
	}
	
.nextPrev	/* the next and previous batch buttons in the left side menu */
	{
		padding-left: 150px;
		text-decoration: underline;
		cursor: pointer;
	}

#NJSPoemTable
	{
		width: 100%;
		text-align: center;
	}
