/* ----------------- The Main Page --------------------- */
body {background-attachment: fixed;
      font: 12pt "Arial";
      font-weight: bold; 
      }
table {font: 12pt "Arial";
      font-weight: bold;
      } 

/* ----------------- Mazoons Menu --------------------- */
div.menu a {font: 12pt arial;
            font-weight: bold;
            color: magenta;
            background-color: black;
            text-decoration: none;}
//following command commented out, no special color for visited links
//div.menu a:visited {color: #CC99FF;}
div.menu a:active {color: #CC99FF;}
div.menu a:hover { color: magenta;
           background-color: lime;}

/* --------- Secondary (Navigational) Menu ----------- */
div.menu2 a {font: 9pt arial;
	          color: #00FF00;
	          }
div.menu2 a:visited {font: 9pt "Arial";
	         color: #FF00FF; 
	         text-decoration: none;}
div.menu2 a:active {color: #FF00FF; }
div.menu2 a:hover {color: yellow;}

/* --------- For links on my "Links" page ----------- */
div.linkspage a {font: 10pt "Arial";
  				   font-weight: bold;
				   color: black;
				   text-decoration: none;
				   }
div.linkspage a:visited {color: #663399;}
div.linkspage a:active {color: gray;}
div.linkspage a:hover {color: yellow;}

/* --------- For "Normal" Links on a page ----------- */
div.normal a {font-weight: bold;
				color: #FFCC00;
				}
div.normal a:visited {color: silver;
             }
div.normal a:active {color: #FFCC00;}
div.normal a:hover {color: red;}

/* --------- For Mini Nav Bar on each maze ----------- */
div.mazemenu a {font: 12pt arial;
                font-weight: bold;
				  color: black;
				  text-decoration: none;}
div.mazemenu a:visited {color: black;}
div.mazemenu a:active {color: black;}
div.mazemenu a:hover {color: red;}