<!--

	#main		{width: 98%;
			align: top;
			margin: 0;
			}

	#main #left {float: left;
			align: top;
			width: 49%;}
	
	#main #right {float: right;
			align: top;
			width: 49%;}


	#base		{width: 90%;
			align: bottom;
			margin: 0;
			}

h1 {  color: #3366CC;
	font-family: "GothicE",
				cursive;
      font-weight: bold;
      text-align: center;
	font-size: x-large;
        }

h2  {  color: #3366CC;
	font-family: "Book Antiqua", 
				cursive;
      font-weight: bold;
      text-align: center;
	font-size: large;
        }

h3  {  color: #3366CC;
	font-family: cursive;
      font-weight: bold;
      text-align: left;
	font-size: large;
        }

P		{font-family: serif; font-size: medium; }
.normal	{font-family: serif; font-size: medium}
.warning 	{font-weight: bolder; color: red; background: yellow}
.indent  	{text-indent: 3em}
.green   	{color: green}
.biggreen   {color: green; font-weight: bold; font-size: large}
.blue    	{color: blue}
.gray		{color: gray}
.note 	{font-size: small}
.center	{text-align: center}
.upd		{font-size: small; color: gray; text-align: center}
.hand		{font-family: "Stylus BT", sans-serif;}  


A:link    { color: red; text-decoration: none; }
A:active  { color: green; text-decoration: none;}
A:visited { color: #3366CC; text-decoration: none;}
A:hover   { color: green; text-decoration: none; }

BODY	{background-color: #FFF8DC;
	}


/* COMMENTS CANNOT BE NESTED */
-->







