body {
  font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
  font-size: 11px;
  color : #000000;
  background-color : #FFFFCC;
  background-image : url(images/flybkg2.gif);
}

table {
  font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
  font-size: 11px;
}
table.tree {
	font-size : 10px;
}
table.gallery {
	font-size : 10px;
}
table.gallery td {
	text-align : center;
}
table.story {
	width : 640px;
}
table.wide {
	width : 790px;
}

a:active {
  color: navy;
  font-weight: bold;
  text-decoration: none;
}

a:link {
  color: navy;
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  color: navy;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: navy;
  font-weight: bold;
  text-decoration: underline;
}


p.title {
	color: white;
	font-size: 30px;
	font-weight : normal;
	background-color : #663333;
	padding : 10;
}

p.disgentitle {
	color: red;
	font-size: 24px;
	font-weight : normal;
	text-align : center;
}

p.footnote {
	font-size: 10px;
	font-style : italic;
}

h1 {
	color: white;
	font-size: x-large;
	font-weight : normal;
	background-color : #663333;
	padding : 10;
}
h2 {
	font-size: large;
}
h3 {
	font-size: medium;
}

li {
	padding: 1;
}

ul.padded li {
	padding: 3;
}

/* Form elements */
input {
	font: normal 11px Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	border-color : #000000;
	border-width : 1;
}

