/* CSS DOCUMENT */

#bodyCursor
	{cursor:url(sign.cur);
	scrollbar-arrow-color: "red";
	scrollbar-base-color: "#000000"; 
	scrollbar-dark-shadow-color: "#0000FF"; 
	scrollbar-track-color: "#FF0000"; 
	scrollbar-face-color: "#FFFFFF"; 
	scrollbar-shadow-color: "gray";
	scrollbar-highlight-color: "cyan";
	scrollbar-3d-light-color: "cyan"; }

	/* ___ Div Elements (Boxes) ___ */

#myCanvas, #games, #notepad, #news, #sign, #contact
	   {background-color: rgb(244,246,244);
	    position: absolute;
	    border-style: solid;
	    }

#welcome   {font-size: 9pt;
           color: "#330099";
           font-family: "arial";
	   position: absolute;           
	   Top: 55%;
	   left: 45%;
	   text-align: center;	   
           }

#myCanvas  {height: 118;
	    width: 184;	    
	    bottom: 3%;
	    left: 3%;
	    }
	    
#games     {height: *;
	    width: *;            
	    padding: 3px;
	    Top: 3%;
	    left: 30%;
	    text-align: center;
	    }
	    
#notepad {height: 90;
	  width: 210;            
	  padding: 8px;
	  Bottom: 3%;
	  left: 35%;
	  text-align: center;
	  }	    
	    
#news      {height: *;
	    width: *;            
	    padding: 3px;
	    top: 3%;
	    left: 50%;
	    text-align: center;
	    }

#sign    {height: *;
	  width: *;            
	  padding: 8px;
	  left: 75%; 
	  top: 3%;
	  }
	     
#mainLINKs, #subLINKs1, #subLINKs1A, #subLINKs1AA, #subLINKs2, #subLINKs2A, #subLINKs3, #subLINKs4
            {border-style: solid;
	    height: *;
	    width: *;            
	    padding: 8px;
	    position: absolute;
	    left: 75%; 
	    top: 60%;
            line-height: 1.25;
	    text-align: center;            
	    }
	    
#mainLINKs {background-color: rgb(244,246,244);}

#subLINKs1, #subLINKs2, #subLINKs3, #subLINKs4 
	   {background-color: rgb(227,232,227);}

#subLINKs1A, #subLINKs2A
	   {background-color: rgb(207,216,207);}
	   
#subLINKs1AA
	   {background-color: rgb(187,200,187);}	   
	   
#contact {height: *;
	  width: *;            
	  padding: 8px;
	  top: 3%;
	  left: 3%;
	  line-height: 1.25;
	  text-align: center;
	  }

	/* ___ Text Elements ___ */
	
#14text {font-size: 14pt;
         color: "#330099";
         font-family: "arial";
         }
           
#11text {font-size: 11pt;
         color: "#000000";
         font-family: "Times New Roman";
         }

#10text_tnm {font-size: 10pt;
             color: "#990000";
             font-family: "Times New Roman";
             }
  
#10text_v {font-size: 10pt;
           color: gray;
           font-family: "Verdana";
           }
          
#9text_background {font-size: 9pt;
		   background-color: gray;
		   color: cyan;
                   font-family: "Arial";		   
            	   }
            	   
#7text {font-size: 7pt;
         font-family: "Arial";
         }            	   

	 	/* ___ Button Elements ___ */             	   

#bigButton  {font-weight:bold;
	    font-size: 11pt;
	    background-color:white;
	    color: blue;
	    text-decoration: underline;
	    }

#smallButton, #smallButton1, #smallButton2
	    {font-weight:bold;
	    font-size: 9pt;
	    background-color:white;
	    color: blue;
	    text-decoration: underline;
	    }	    
	    
	/* ___ Hyperlink Elements ___ */
	
A: link    {color: blue;
          font-weight: bold;
	  background-color: rgb(244,246,244);          
          }
          
A: visited {color: cyan;
            background-color: gray;
            font-weight: bold;
            }         

A: hover {color: blue;
          background-color: yellow;
          font-weight: bold;
          }
          

#a1       {
          font-size: 9pt;         
          } 



  
          




	    