@media screen {
	abbr {
		border-bottom: 1px dotted #9D9D9D;
	}
	em {
		font-style: italic;
	}
	abbr:hover {
		cursor: help;
	}
	a.gallery_prose_link, a.gallery_poetry_link, a.gallery_pictures_link {
		display: none;
	}
	.firstpara:first-letter {
		font-size: 2rem;
	}
	.epigraph, .authornote, .dedication {
		text-align: right;
		font-style: italic;
	}
	.styleChange {
		text-decoration: underline;
		color: blue;
	}
	.styleChange:hover {
		cursor: pointer;		
	}
	li#designHigh, li#designBootstrap, li#designPara {
		text-decoration: line-through;
	}
	a.gallery_prose_link, a.gallery_poetry_link, a.gallery_pictures_link {
		display: none;
	}
	.story a.gallery_prose_link, .poetry a.gallery_poetry_link {
		display: inline;
	}

}