
/*********************************/
/* poetry.css              */
/* The Tinyblog Style Sheet */
/* http://www.shauny.org/tinyplace/tinyblog.html  */
/*********************************/

/*Color Specs:---------------------------------------------------------*/
/*#6699cc - Main Background */
/*#ff9933 - Tinyblog title orange */
/*#ccffff - Bright header color */
/*#000000 - Link Color */
/*#003399 - Visited link color */
/*#ffcc00 - Hover Orange */
/*# - Future Color */
/*#000000 - Future Color */
/*-----------------------------------------------------------------------------*/

	/* Regular Font Color and Style */


	/* Poetry Page styles */
	
body
{
	margin-left : 20px;
}
	
td.poetrymenu {
	font-size: 11pt;
	text-align: center;
	border: 1;
	border-style: solid;
	border-color: #000000;
	margin-top : 0px;
}

.poem
{
	border : 1px solid Black;
	font : 11pt "Times New Roman" Georgia Times serif;
	padding : 10px;
	margin-top : 0px;
}

.mp3{
	border : 1px solid Black;
	font : bold 14pt "Times New Roman" Georgia Times serif;
	padding : 3px;
	margin-top : 0px;
	width : 340px;
	text-align : center;
	background : Black;
}

a.mp3link:link { text-decoration: none; color: #ff9933 }
a.mp3link:active { text-decoration: none; color: #ff9933 }
a.mp3link:visited { text-decoration: none; color: #ff9933 }
a.mp3link:hover { text-decoration: none; color: #ccff66 }


