/* Troop 410 common styles 
**
** Nov 11, 2006		Set default fonts to Arial.
** Dec 14, 2006		Make more general to easily change colors, etc of entire site.
** Dec 27, 2006		Add "background" class to display a background picture.
**
*/

.title {  font-family: Arial, Georgia, Times, serif; font-size: 24px; 
	font-weight: bold}

h1 {  font-family: Arial, Georgia, Times, serif; font-size: 24px; 
	font-weight: bold}

.fine {  font-family:  Arial, Geneva, Helvetica, san-serif; font-size: 9px; text-transform: 
	capitalize; }

.24pts {  font-size: 24pt; font-weight: bold}
.white {  color: #FFFFFF}

/* 
** Links used in the site menu.
** Prevent underlining of links, used for link navigation. 
** Don't change color when already visited.
** Change color for hover to help show the link.
*/
.linkprop { text-decoration: none }
a.linkprop:hover {  background-color: #66CCFF}

/* Font/color for link menu */
.linkmenu { font-size:large }

/* Title in the heading of the pages */
.troop {  font-family: Arial, Georgia, serif; font-size: 40px; font-style: italic; 
	line-height: 28px; font-weight: bold}

/* Sets body's font to Arial */
body { font-family: Arial;   }

.background { 
/*	background-image: url(hollybackground.jpg) ;
	background-repeat: no-repeat */
	}

/* 
** Colors - elements grouped together to easily change colors.
** More colors; see http://www.w3schools.com/css/css_colors.asp .
** 000099 - dark blue
** 0000FF - blue
** 990000 - dark red
*/
h1, .title, .linkmenu 				{ color: #990000 }
a.linkprop:link, a.linkprop:visited { color: #000099 }
body, .fine 						{ color: blue }
.troop								{ color: #000099 }
