body {
	background-color: darkgreen;
	background-image: url("images/3.jpg");
	background-repeat: repeat-y;
	background-attachment: fixed;
	color: white;
	font-family: comic sans ms;
	font-size:12pt;
}

h1 {
	font-size: 20pt;
	font-weight: bold;
}

a {
	color: lightgreen;
	text-decoration: none;
}
a:hover {
	color: lime;
}

a.menu {
	color: darkgreen;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	background-color: lightgreen;
	border-width: medium;
	border-color: silver;
	border-style:groove;
	padding: 2px 10px 2px 10px;
	margin: 0px 5px 0px 5px;
}
a.menu:hover {
	color: lime;
	background-color: green;
}

td {
	padding: 10px;
}

img, .frame {
	border-width: thick;
	border-style: groove;
	border-color: silver;
	background-color: black;
	padding: 5px 5px 5px 5px;
}

img.photocap {
	margin: 10px 10px 10px 10px;
}

table.photocap {
	border-width:thin;
	border-style: groove;
	border-color: silver;
	background-color: darkgreen;
	padding: 5px 5px 5px 5px;
}