<!-- 
/* Link-ed from JWxxxxxx.php web pages */
/* Note: visited links are kept across entry and exit of web browser */
/* Text within <SPAN>s do not seem to inherit the BODY characteristics */
/* Style definitions (Selectors) preceded by a . apply to class= attributes */
/* Selectors preceded by # apply to a id= attribute but only one is allowed per web page. */
/* CSS style sheets for XHTML should use lower case element and attribute names */
/* Define tag styles */
body {
	margin-left:7%;
	margin-right:4%;
          font-family:arial,sans-serif;
	font-size:80%;  
	color:#000000; /* black */
	background-color:#FFFFFF; /* white */
         /*  background-image:url("../gifs/SpiralGrid.gif"); */
      }
h1	{
	text-align:center;
	color:#000000; /* black */
	background-color:#FFF7DE; /* pale yellow */
	border-style:solid;
	border-color:red;
	font-family:"Comic Sans MS",sans-serif;
	font-size:250%; /* 35px */
	}
acronym {
	background-color:#FFF7BC; /* darker pale yellow */
	}
/* Define Anchor styles */
/* normal unvisted link */
a:link {
	font-weight:bold;
	color:#0000FF; /* blue */
	}
/* visted link */
a:visited {
	font-weight:bold;
	color:#008000; /* green */
	}
a:active {
	color:#800080;
	}
/* mouse hoving over link */
a:hover {
	color:#FFFFFF;  /* white */
	background-color:#FF0000; /* red */
	}
/* define Horizontal Rule style */
hr	{
	height:3px;  /* Size does NOT work. */
	color:#FF0000; /* red - noshade */
	}
/* Define positioning align=middle */
img.bullet {
	vertical-align:middle;
	border-left-width:0;
	border-right-width: 0;
	border-top-width:0;
	border-bottom-width:0;
	}
/* Define CLASS Styles */
/* .Bullet defines 1st level bullet text lines. */
.Bullet1 {
	font-family:arial,sans-serif;
	font-size:22pt;
	font-weight:bold; 
	} 
/* .Bullet defines 2nd level bullet text lines. */
.Bullet2 {
	font-family:arial,sans-serif;
	font-size:22pt;
	font-weight:bold;
	margin-left:1.00em; 
	} 
/* .Bullet3 defines minor foil bullet text lines. */
.Bullet3 {
	font-family:arial,sans-serif;
	font-size:18pt;
	font-weight:bold; 
	} 
.Indent1 {margin-left:2.00em;}
.Indent2 {margin-left:5.00em;}
/* Small Warning message  */
.Warning {
	font-family:arial,sans-serif;
	font-size:8pt;
	font-weight:bold;
	}
.Author {
	font-style:italic;
	}
.Huge {
	text-align:center;
	font-family:"Comic Sans MS";
	font-size:50pt; 
	}
.AnchorBar {
	text-align:center;
	}  
.FloatLeft {
	float:left;
	border-left-width:0;
	border-right-width:0;
	border-top-width:0;
	border-bottom-width:0;
	vertical-align:text-top;
	color:#000000;			/* Black */
	background-color:#F5F5DC;	/* pale yellow */
	}
.FloatRight {
	float:right;
	border-left-width:0;
	border-right-width:0;
	border-top-width:0;
	border-bottom-width:0;
	vertical-align:text-top;
	color:#000000;			/* Black */
	background-color:#F5F5DC;	/* pale yellow */
	}
.ButtonWebPageStats {
	float:center;
	font-size:80%;
	font-weight:bold;
	border-width:5%;
	border-color:#336699;		/* dark blue */
	background-color:#336699; 	/* dark blue */
	color:#FFFFFF;			/* white */
	cursor:hand; 			/* NOT valid W3C CSS value */
	width:18%;		  		/* make smaller than default */
	height:30px;			/* make lareger than default.  % did NOT work */
	}
.Center {
	text-align:center;	
	}
-->