
/* External styles for Scout Group*/
   body 	{ background:#99cc66; }
   caption	{ margin-left: -1.5%; 
		  line-height:200%; 
		  text-align:left;                   
		  font-weight:bold; 
		  font-family: "A.C.M.E. Secret Agent", 
                  "Book Antiqua", Georgia,"Monotype Corsiva", Arial, serif; }
   A:link	{ color: #000099 }
   A:visited	{ color: #006600 }
   A:active	{ color: #000066 }


/* Headings */
   h1 		{ text-align:center; 
		  font-family: "A.C.M.E. Secret Agent", 
                  "Book Antiqua", Georgia, "Monotype Corsiva", serif; }
   h2 		{ font-family: "A.C.M.E. Secret Agent", "Book Antiqua", 
                  Georgia, "Monotype Corsiva", serif; }
   h3 		{ line-height:50%; 
		  font-family: "A.C.M.E. Secret Agent", "Book Antiqua", 
                  Georgia, "Monotype Corsiva", serif; }
   h4 		{ font-family: "A.C.M.E. Secret Agent",
                  "Book Antiqua", Georgia, "Monotype Corsiva", serif; }
   h5 		{ font-family: "A.C.M.E. Secret Agent", Georgia, 
                  "Monotype Corsiva", Arial, serif; }


/* XHTML bound element class selector */
   div.box 	{ border-style: inset; border-width:thick; background:white; }
   span.green	{ color:green }
   caption.spec	{ text-align:center; 
		  font-weight:bold; 
		  font-size:150%; }


/* Class selector not bound to XHTML elements */
   .joeys 	{ background:#cc9933!important; }
   .cubs	{ background:#ffff00!important; }
   .scouts	{ background:#669966!important; }
   .vens	{ background:#663333!important; 
		  color:white!important; }
   .rovers	{ background:#cc3333!important; 
		  color:white!important; }
   

/* Id selector */
   div#good	{ font-weight:bold; 
		  color:#003300; text-align:center;}
   div#center	{ text-align:center;}
   span#cool	{ font-style:italic;}
   div#bold	{ font-weight:bold;}
