/*  Style sheet with no background image. Version 040903
Style works in the www.kiwizone.org family of web sites,
based on the url: nzphoto.tripod.com
Now used for parts of NZPhoto, and all of Howick and Medical History web sites*/


body {
	background-color: #CC6600;
	margin: 8px;
	font-family:  Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	color: #99eeee;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	font-size: medium;
	cursor: auto;
	border-top: thick outset #99aa00;
	border-right: thick outset #666600;
	border-bottom: thick outset #344400;
	border-left: thick outset #888800;
	background-image: url(avilimage/boardh15.jpeg);
}

	
/* Headings set in ridges and depressions */

h1 {
	margin: 1em;
	background-color: #CC9933;
	color: #401000;
	font-family: Georgia, "Bookman Old Style", Times, "Times New Roman", serif;
	font-size: 32px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	letter-spacing: 4px;
	border-top: 12px ridge #666600;
	border-right: 12px groove #665500;
	border-bottom: 12px groove #443300;
	border-left: 12px ridge #888800;
	padding: 4px;
}

h2 {margin: 1em;
font-family: Georgia, Bookman Old Style, Times, Times New Roman, serif;
text-decoration: none;
font-style: normal;
font-weight: bold;
font-size: 24px;
background-color: #8b571d;
color: #ccccff;
border-top: 10px ridge #666600;
	border-right: 10px groove #665500;
	border-bottom: 10px groove #443300;
	border-left: 10px ridge #888800;
		}

h3 {
	margin: 1em;
	font-size: 18px;
	font-family: Georgia, Bookman Old Style, Times, Times New Roman, serif;
	color: #cfff96;
	background-color: #8b571d;
	border-top: 8px ridge #666600;
	border-right: 8px groove #665500;
	border-bottom: 8px groove #443300;
	border-left: 8px ridge #888800;
	padding: 4px;
	}

h4 {
	margin: 1em;
	font-size: 18px;
	font-style: italic;
	font-family: Georgia, Bookman Old Style, Times, Times New Roman, serif;
	color: #cccc96;
	background-color: #8b571d;
	border-top: 8px ridge #666600;
	border-right: 8px groove #665500;
	border-bottom: 8px groove #443300;
	border-left: 8px ridge #888800;
	padding: 4px;
	}




h5 {
	margin: 1em;
	font-size: 14px;
	font-style: italic;
	font-family: Georgia, Bookman Old Style, Times, Times New Roman, serif;
	color: #cccc96;
	background-color: #8b571d;
	border-top: 6px ridge #666600;
	border-right: 6px groove #665500;
	border-bottom: 6px groove #443300;
	border-left: 6px ridge #888800;
	padding: 4px;
}

h6 {
	margin: 1em;
	font-size: 14px;
	font-style: italic;
	font-family: Georgia, Bookman Old Style, Times, Times New Roman, serif;
	color: #cccc96;
	background-color: #000000;
	border-top: 4px ridge #666600;
	border-right: 4px groove #665500;
	border-bottom: 4px groove #443300;
	border-left: 4px ridge #888800;
	padding: 4px;
}
/* The following four selectors allow you to select links when they are in the four different states: link - before they have been visited, visited - after it has been visited, hover - when the mouse is over the link, active - when the user clicks the link. */

a:link {
	font-weight: bold;
	background-color: #aadd00;
	color: #003399;
	font-variant: normal;
	text-decoration: none;
}

a:visited {
font-weight: bold;
background-color: #406000;
color: #eeaaee;}

a:hover {text-decoration: none;
background-color: #008822;
color: #FFFFFF;}

a:active {text-decoration: none;
background-color: #4f230a;
color: #ffd493;}

p {font-size: 100%;
font-family:  Trebuchet, Verdana, Helvetica, Arial, sans-serif;
margin-left: 20px;
margin-right: 20px;}

blockquote {
	font-size: large;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	margin-left: 8%;
	margin-right: 12%;
	text-align: left;
	color: #CCCCCC;
	border: 0px none #000000;
}

/* This section of the style sheet has just a few selectors and properties to help you find your way around adding style to regular, standards-based HTML 4.01 tables (ie, a table to be used for presenting tabular information). */

/* The following selector selects the table as a whole and gives it a background color and a border.  */

table {
	color: #EEFF99;
	background-color: #402000;
	border-right-width: medium;
	border-bottom-width: medium;
	padding: 8px;
	border-top-width: medium;
	border-left-width: medium;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #666666;
	border-right-color: #333333;
	border-bottom-color: #222222;
	border-left-color: #444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	margin: 4px;
}
.tableimage {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF6600;
	background-color: #000000;
	padding:0px;
	margin:0px;
	cursor:crosshair;
	border-right-width: 7px;
	border-bottom-width:7px;
	border-left-width: 7px;
	border-top-width: 7px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #888888;
	border-right-color: #444444;
	border-bottom-color: #222222;
	border-left-color: #666666;
	
	
}

