/****************************************/
/* Good Colors for this SITE with	*/
/* BGCOLOR 	= 	RGB(67,117,63)	*/
/* Light Pink	=	"pink"		*/
/* Earth Green	=	RGB(165,143,11)	*/
/* Pink		=	RGB(255,97,236)	*/
/* Sky Blue	=	RGB(62,187,226)	*/
/* Orange	=	RGB(255,130,37)	*/
/* Lime Green	=	RGB(65,255,33)	*/
/* Gold		=	RGB(255,208,37)	*/
/* Dark Blue	=	RGB(48,55,86)	*/
/* Light Grey	=	rgb(196,196,196)*/
/* Dark Grey	=	RGB(55,52,49)	*/
/* Pale Pink	=	rgb(255,137,137)*/
/* Chocolate	=	RGB(81,49,23)	*/
/* Peach	=	RGB(255,199,137)*/
/* Pale Green	=	RGB(185,188,42)	*/
/* Light Purple	=	RGB(186,161,231)*/
/****************************************/   

BODY
  {
  position:absolute;
  left:0px;
  top:0px;
  font: 10pt "augie", "Comic Sans MS",sans-serif ;
  color: "gold";
  }  

#BODY2{
  font: 9pt "Comic Sans MS", "Comic Sans MS",sans-serif ;
  font-weight=bold;
  color: "gold";
}

#PageTitle
  {
  font: 30pt "Flying Penguin", "Comic Sans MS", sans-serif;
  font-weight=bold;
  color: "white";
  padding-bottom: 3px;
  border-bottom: solid 2px #cc9900;
  margin-top:0px;
  margin-bottom:20px;
  }

H1{
  font: bold 14pt "Verdana", "Comic Sans MS", sans-serif;
  text-decoration:underline;
  text-align:left;
  color: "white";
  margin-top: 3px;
  margin-bottom: 3px;
}

H2{
  font: bold 12pt "Comic Sans MS", sans-serif;
  text-decoration:underline;
  text-align:left;
  color: Lime;
  margin-top: 3px;
  margin-bottom: 3px;
}

H3{
  font: bold 11pt
  margin-top: 3px;
  margin-bottom: 3px;
}


TD{
  font: bold 9pt "augie", "Comic Sans MS", sans-serif;
  }

A
  {
  text-decoration:underline;
  color: gold; 
  }

A:visited
  {
  text-decoration:underline;
  font: bold;
  color: lime ;  
  }