/* styles.css */
/* External style sheet for www.troop33bsa.us */
/* Kevin Wells */
/* September 4. 2006 */

body
	{ background-color: #c0c0c0; 
	  /*background-image: url(./images/fleur.jpg)*/ }

#colgrp1
	{ width: 635px }

p
	{ font-family: Comic Sans MS, cursive;
	  color: rgb (29,62,64) }
	 
h1,h2,h3
	{ font-family: Comic Sans MS, cursive;
	  color: rgb (54,54,54) }
	  
.button
	{ border-color: #c0c0c0 }
	
.body
	{ position: absolute;
	  top: 215px; left: 135px }

a
	{ font-family: Comic Sans MS, cursive;
	  color: #336666 }

a.nodec
	{ text-decoration: none }

a:visited
	{ color: #CC0000 }

a:hover
	{ text-decoration: underline;
	  color: #ffff99;
	  background-color: #336666 }
