/* dukecunningham style.css */

/* "Global" Settings */
body		{ background: black; color: yellow }
a:link		{ color: #8888ff }
a:active	{ color: red }
a:visited	{ color: #ff00ff } /* former #ff6633 too dark, as is purple */

/* end, dukecunningham style.css */
