/* general */
body { background-color: #FFFF99; width: 800px; }
a:link { color: #330066; }
a:hover { color: #66D8E5; }

/* header */
#header { clear: both; color: #CC0000; text-align: center; font-size: x-large; font-style: italic; font-weight: bold; }

/* left column */
#left { float: left; width: 180px; text-align: center; font-size: large; }

/* middle column */
#middle { float: left; width:320px; }
		
/* right column */
#right { float:left; width:300px; }

/* footer */
#footer { clear: both; text-align: center; }

/* navigation table */
/*#navigation { float: left; width: 240px; text-align: center; font-size: x-large; }*/

/* page contents */
/*#contents { font-size: large; margin-left: 260px; margin-right: 210px; }
#contents h2 { text-align: center; color: #009900; font-style: italic; font-weight: bold; font-size: xx-large; }
#contents h3 { text-align: center; color: #009900; font-style: italic; font-size: x-large; }*/
