/* Use color picker at http://www.pagetutor.com/colorpicker/ */

/* colors:
   nice leafy green = #006333
   maroon =  #6f3333
   Belmont High School dark red = #9a292d
   off-white = #f0f0f0
   Salem Academy green = #337733
   Belmont High School maroon = #6f3333 
   Lynn English High School maroon = #6d0003
   black = #000000
   white = #ffffff
   light gray = #cccccc
*/

A:link { color: #ffff33 ;		/* links are pale yellow */
         text-decoration: none }
A:visited { color: #ffcc66 ; 		/* visited links are darker yellow */
         text-decoration: none }
A:hover  { color: #ffff33;		/* hover color is brighter yellow */
	    text-decoration: underline ;
	    font-style: italic }
A:active  { color: #99ffff;		/* active links are light blue */
	    text-decoration: underline ;
	    font-style: italic }

A.navbar  { text-decoration: none ;   /* don't underline links in navbar */
	    font-weight: bold ;
	    font-variant: small-caps ;
	    font-size: 9pt }

A.navbar:link, A.navbar:visited { color: #ffffff }
A.navbar:hover { color: #ffff33 }
A.navbar:active { color: #99ffff }

A.navbar-current { text-decoration: none ;
		   font-weight: bold ;
		   font-variant: small-caps ;
		   font-size: 9pt 
		   color: #ffff00}

/* current page in navbar is white */
A.navbar-current:link, A.navbar-current:visited { color: #ffff00 }
A.navbar-current:hover { color: #ffff33 }
A.navbar-current:active { color: #99ffff }

P.navbar, TD.navbar
	{ color: #ffffff ;
	  font-weight: bold ;
	  font-variant: small-caps ;
	  font-size: 9pt }

body, frameset, frame
 { background-color: #6d0003 ;	/* background color is maroon */
   color: #cccccc ;		/* text color is light gray */
   font-family: sans-serif ;
   font-size: 10pt }


