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:#263997;
	}
h2 {
	font-size:12px;
	font-weight:bold;
	color:#263997;
	}
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%;
	list-style:circle;
	list-style-type:circle;
	}
dl
	{
	font-size:12px;
	line-height:125%;
	}
dt
	{
	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;
	}
/* to added h2 style within text */
.h2
	{
	font-size:12px;
	font-weight:bold;
	color:#263997;
	}
.footer 
	{
	font-size:10px;
	line-height:125%;
	}
/* for captions */
.capt
	{
	font-size:10px;
	line-height:125%;
	font-style:italic;
	}
/* not selected menu item*/	
.menu
	{
	padding-left:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFF;
	text-decoration:none;
	}

/* div */
#date
	{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#3964A6; 
	position:inherit;
	}

/* links */
/* use this class IN the HREF tag for Menu links */
.mlink
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #8cc63f;
	font-size:12px;
	text-decoration:none;
	}
a:link
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #090;
	font-size:12px;
	text-decoration:none;
	}
a:hover
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #6F0;
	text-decoration:none;
	text-shadow:#FF0;
	}
a:visited
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #8cc63f;
	text-decoration:none;
	text-shadow:#006
	}

/* images */
img {
	border:0px;
	padding-left: 0px;
}

hr	{
	border-color:#263997;
	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; }
