/* CSS Document */

body 			{ background-color: #FFFFCC; }
body, p, li		{ font-family: Arial, Helvetica, sans-serif }
div.full h1				{ font-size: 14pt; color: navy; border-bottom: 1px solid #000066; margin-bottom: 8px; }
div.full h2				{ color: navy; border: 4px solid #000000; padding: 20px; font-size: 16pt; text-align: center; }
div.full h3				{ color: navy; font-size: 12pt; }

div.full h1.issue 		{ float: right; text-align: right; display: block }

.top, .author			{ font-size: .9em; text-align: right; font-style: italic;  }
.small					{ font-size: .9em; }
.center					{ text-align: center; }
.right					{ text-align: right; }

hr				{ text-align: center; }