<!--
	#main		{width: 100%;
			align: top;
			margin: 10px;
			}

	#main #left {float: left;
			align: top;
			width: 33%;}
	
	#main #right {float: right;
			align: top;
			margin: 10px;
			width: 33%;}

h1 {  color: #3366CC;
	font-family: "GothicE",
				"Comic Sans MS",			
				cursive;
      font-weight: bold;
      text-align: center;
	font-size: x-large;
        }

h2  {  color: #3366CC;
	font-family: "Book Antiqua", 
				"Comic Sans MS",
				cursive;
      font-weight: bold;
      text-align: center;
	font-size: large;
        }

h3  {  color: #3366CC;
	font-family: "Book Antiqua", 
				"Comic Sans MS",
				cursive;
      font-weight: bold;
      text-align: left;
	font-size: large;
        }

P		{font-family: "Stylus BT", "Comic Sans MS", sans-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}
.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", "Comic Sans MS", sans-serif;}  


A:link    { color: red; text-decoration: none; font-family: "Stylus BT", "Comic Sans MS", sans-serif; }
A:active  { color: green; text-decoration: none; font-family: "Stylus BT", "Comic Sans MS", sans-serif;}
A:visited { color: #3366CC; text-decoration: none; font-family: "Stylus BT", "Comic Sans MS", sans-serif;}
A:hover   { color: green; text-decoration: none; font-family: "Stylus BT", "Comic Sans MS", sans-serif; }

BODY	{background-image: url(parchment.gif);
	 background-repeat: repeat;
	}


/* COMMENTS CANNOT BE NESTED */
-->







