a:link {color: #008000;}
a:visited {color: rgb(0,153,153);} 
a:active {color: rgb(255,102,0);}
a:hover {color: black;}

body	{
background-image: url("images/stripe.png");
}

p	{
	text-align: justify;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(0,0,102);
}

/* Style for "last update" date */
p.date	{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size: 0.7em;
}

img		{
		max-width: 100%;
		height: auto;
		border: 1px inset #008000;
}

h1 {
	font: 1.3em "Comic Sans MS", sans-serif;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}

h2 {
	font: 1.1em "Comic Sans MS", sans-serif;
	color: #008000; 
	font-weight: bold;
	text-align: left;
}

#page-wrap {

	max-width: 100%;
	margin-left:auto;
	margin-right:auto;
}

#page-wrap #inside {
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 1%;
	padding-right: 1%;
}

hr	{
	height: 2px;
	border: 0px;
	width:95%;
	color:#008000;
	background-color:#008000;
}

/* Outer table for webpage*/
.table1 {
	border: 2px outset #008000;
	border-collapse: collapse;
	padding: 0px;
	width: 100%;
	background-image: url("images/greyback1.jpg");
	margin-left: auto;
	margin-right: auto;
}

.table1 td {
	border: 2px outset #008000;
	padding: 1px;
	text-align: justify;
	font-size: 0.85em;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
}

.index	{
	border: 5px outset #008000;
	font-family: Arial,Verdana,Helvetica,sans-serif;
  	color: #000066;
 	font-size: 1em;
	text-align: left;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
}
.index td	{
	border: 1px outset #008000;
}
/*table2 and table3 older styles for photos sized 300px and 2 or three to a row */

.table2 {
  	border: 15px #008000;
	font-family: Arial,Verdana,Helvetica,sans-serif;
  	color: #000066;
 	font-size: 0.8em;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	table-layout: fixed;
}
.table2 td {
	width: 50%;
	border: 15px #008000;
}

.center {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.image	{
	 border-style:inset;
	border-width:5px;
}
ul  {
	list-style-type:disc;
	list-style-position: outside;
	margin:5px;
	padding:5px;
	padding-top:0;
	padding-bottom:0;
}

li  {
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	margin: 2px;
	text-align: left;
}

