/* Cascading style sheet for foto albums (c) 2005 Kees Moerman */
body, p, td, li {
	font-family: "trebuchet ms", trebuchet, arial, sans-serif;
	color: rgb(85, 0, 153);
	font-size: 99%;
}

body {
	background: url(backdrop.jpg) white no-repeat left top;
}

h1 {
	background-color: rgb(218,241,248);
}

p, td {
	text-align: center;
}

.navcell {
	text-align: center;
	background-color: rgb(218,241,248);
	font-size: 120%;
	font-weight: bolder;
	border: 2px ridge rgb(218,241,248);
}

.small
{
	font-size: 80%;
}

a:link	{
	color: rgb(51, 51, 255);
	text-decoration: none;
	font-size: 80%;
}
a:visited {
	color: rgb(85, 0, 153);
	text-decoration: none;
	font-size: 80%;
}
a:active {
	color: rgb(255, 0, 0);
	text-decoration: none;
	font-size: 80%;
}
a:hover	{
	background-color: rgb(218,241,248);
	color: rgb(51, 0, 255);
	text-decoration: none;
	font-size: 80%;
}