/* External Style Sheet */

body
	{
	background: #000000;
	color: #FFCC33; /* darker yellow */
	}

p
	{ text-align: center; }

a:link { color: #FFFF00; } /*yellow */

a:visited { color: #CCCC00; } /* mustard */

a:active { color: #FFFFFF; } /* white */

ol
	{ list-style-type: decimal; }

ol li
	{ font-size: 12pt; }
hr
	( width: 100%; }
