/* 
	CSS Style Sheet for the Poetry Generator
*/

body { margin: 0px; color: red; background: black; }
h1 { font-size: 24pt; text-align: left; color: black; background: transparent; }
table { border: 2px outset white; color: black; background: #b0c4de; }
th { 
	color: navy; background: silver; border: 2px groove white; 
	font: bold 10pt verdana, arial, helvetica, sans-serif; 
}
.menuleft { width: 1%; padding: 0 10pt 0 10pt; text-align: center; }
.menuright { padding-right: 10pt; text-align: right; }
#titlehead { 
	margin: 0; width: 100%;
	font: 10pt verdana, arial, helvetica, sans-serif; 
	color: captiontext; background: buttonface;
	border: 3px solid buttonhighlight; 
	border-color: buttonhighlight buttonshadow buttonshadow buttonhighlight;
}
#spewSig { color: maroon; background: transparent; font: 15pt verdana; }
#cmdSpew, #cmdWords, #cmdOptions, #cmdAbout {
	cursor: hand; width: 5px;
	padding: 0 5px 2px 5px;
	border: 2px solid buttonface;
}	
p { margin: 0 }
#poemTable { 
	border: 4px outset #b0c4de; 
	cursor: move;
}
#poemArea	{
	border: 1px inset silver; 
	cursor: hand;
	text-align: center;
	width: 100%;
}
#poemTitle {
	font: normal 20pt garamond, serif; 
	color: navy; background: transparent;
	margin: .5em; 	
}
#poemBody { 
	font: italic 16pt garamond, serif; 
	margin: .5em 1.5em 1em;
}
#thePoem { 
	margin-top: 10%; 
	text-align: center; 
	width: 100%;
	filter: revealTrans(Duration=1.5, Transition=12);
}
#theWords, #theOptions { 
	margin-top: 5%; 
	font: 12pt garamond, serif; 
	color: maroon; 
	background: transparent;
	text-align: center; 
}
.hotkey {text-decoration: underline; }
.opts {font: 9pt arial, sans-serif; color: black; }
.sig1 {font: 16pt garamond, serif; color: green; background: transparent; margin-right: 12pt; }
.sig2 {font: 9pt verdana, serif; color: maroon; background: transparent; margin-right: 12pt; }
.sig2 a:link {color: blue; background: transparent;}
.sig2 a:visited {color: blue; background: transparent;}
.sig2 a:active {color: red; background: transparent;}
.sig2 a:hover {color: red; background: transparent;}

