/* font family */
BODY { font-family: 'Lucida Casual', 'Comic Sans MS', 'Verdana', 'Arial Helvetica', 'sans-serif' }

/* text-align */
DIV.title	{ text-align: center }

/* font size */
DIV.title	{ font-size: 2.2em }
DIV.links	{ font-size: 1.5em }

/* colors */
BODY		{ color: #000000; background: #C0C0C0 }
A		{ color: #7f007f; background: #C0C0C0 }
A:hover		{ color: #9f009f; background: #D0D0D0 }
