/* dodgeball.css     */

body { background-color: #808080;
       font-family: "Arial", sans-serif; 
       font-size: 12px;}

a:link          { color: #825704;
                   }
a:link:active   { color: white;
                  background-color: #825704; }
a:Visited        { color: purple;
                   }
a:visited:active { color: white;
                  background-color: purple; } 
h1       { font-size: 20px; }
h2       { color: black; 
           background-color: #FFCC66;  
           font-size: 16px;}

.stext   { font-size: small;   }
.xstext  { font-size: x-small; }
.ntext   { font-size: medium;  }
.xxstext { font-size: xx-small;}
.ltext   { font-size: large;   }
.xltext  { font-size: x-large; }
.navhere { color: white;       }
 
td.toon  { border: 2px solid black; } 
.toon    { color: red;
           font-family: "Comic San MS", Verdana, mono-space }

a.navbar { font-family:verdana,arial,sans-serif,helvetica;  
           font-weight:normal;}
        a.navbar:link    { color:#FFFFFF;
                           font-size: 14px;
		 	   text-decoration: none }
	a.navbar:active  { color:#FFFFFF; 
	                   font-size: 14px;
		           text-decoration: none }
	a.navbar:visited { color:#FFFFFF; 
	                   font-size: 14px;
		           text-decoration: none }
	a.navbar:hover   { color:#CCCCCC; 
	                   font-size: 14px;
		           text-decoration: underline } 

a.sidenav { font-family:verdana,arial,sans-serif,helvetica;  
           font-weight:bold;}
        a.sidenav:link    { color:#0000CC;
                           font-size: 14px;
                           font-weight:bold;
		 	   text-decoration: none }
	a.sidenav:active  { color:#0000CC; 
	                   font-size: 14px;
                           font-weight:bold;
		           text-decoration: none }
	a.sidenav:visited { color:#0000CC; 
	                   font-size: 14px;
                           font-weight:bold;
		           text-decoration: none }
	a.sidenav:hover   { color:#000099; 
	                   font-size: 14px;
                           font-weight:bold;
		           text-decoration: underline } 