body {
	background-color: #66CCFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p.phototitle {
	font-size: x-large;
	font-weight: 800;
}

table.photolist {
	font-size: medium;
	padding: 5px;
	border: 0px;
	margin: 7px;
}

#list-menu {
	width: 132px;
}

#list-menu a {
	background: #3399FF;
	border: 1px solid #000000;
	display: block;
	padding: 2px 2px 2px 10px;
	text-decoration: none; /*lets remove the link underlines*/
	width: 120px;
}

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
	color: #000000;
}

#list-menu a:hover {
	background: url(images/crocskin.gif) #000066;
	border: 1px solid #000000;
	color: #FFFFFF;
}

#list-menu li {
	margin: 2px 0 0;
}

#list-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
