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

/* Salem Academy green = #337733
   Belmont High School maroon = #6f3333 */

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: #337733 ;	/* background color is green */
   color: #ffffff ;		/* text color is white */
   font-family: sans-serif ;
   font-size: 10pt }

/* background color #006333 is a nice leafy green */
/* background color #6f3333 is maroon */
/* background-color #9a292d is the Belmont High School dark red */
/* background-color #f0f0f0 is off-white */
