body { background-color:white; }
.byby 	{ 	background-color:#FF9;	}
	
/* FONTS */

h1,h2,p,ul,ol,span,blockquote,td { 
	font-family: Verdana, Arial, Helvetica; 
	padding-left:5px;
	}
h1 {
	font-size:14px;
	font-weight:bold;
	color:#006;
	}
h2 { 
	font-size:12px;
	font-weight:bold;
	color:#006; 
	}
p,ul,ol,blockquote,td 
	{
	font-size:12px;
	line-height:125%;
	}
ul
	{
		list-style:circle;
		list-style-image:inherit;
		list-style-position:inherit;
		list-style-type:circle;
	}		
li	
	{
	font-size:12px;
	line-height:125%;
	}
/* for table text */
.text
	{
	font-size:12px;
	line-height:125%;
	}
/* for urgent excitement */
.now
	{
	font-size:12px;
	line-height:125%;
	font-weight:bold;
	color:#F00;
	}
/* reverse text -white- for dark backgrounds */ 
.rev
	{
	font-size:14px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	line-height:125%;
	color:#FFF;
	}
	/* smaller reverse text -white- for dark backgrounds */ 
.rev2
	{
	font-size:10px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	line-height:125%;
	color:#FFF;
	}
/* for suzy and casey and dates */
.byline
	{
	font-size:10px;
	color:#3964A6;
	}
.footer 
	{
	font-size:10px;
	line-height:125%;
	}
/* for captions */
.capt
	{
	font-size:10px;
	line-height:125%;
	font-style:italic;
	}
.menu
	{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
	color: #3964A6;
	text-decoration:none;
	}

/* div */
#date
	{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#3964A6; 
	position:inherit;
	}

/* links */
a:link
	{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color: #3964A6;
	text-decoration:none;
	}
a:hover
	{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-weight:bold;
	color: #3964A6;
	text-decoration:none;
	text-shadow:#FF0;
	}
a:visited
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	text-shadow:#006
	}

/* images */
img { border:0px; }

hr	{
	border-color:#006;
	border-style:double;
	}

/* for image gallery using lightbox js 2.x */
img.gallery { border:8px solid white; margin-right:20px; }
a:hover img.gallery { border:8px solid #cecccc; }
