body{
	font-family: "Gill Sans", "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-size: 85%;
	color: #333;
}
a{
	color: #600;
	/* font-weight: bold; */
	text-decoration: none;
	border-bottom: 1px dotted #bbb;
}
a:visited{
	color: #963;
}
a:hover, a:active{
	color: #930;
	border-bottom: 1px dotted #555;
}
#thumbs a, #nav a, #cats a, h2 a, h2 a:hover, #img-nav a, #img-nav a:hover, #image a, #image a:hover, h1 a, h1 a:hover{
	border: 0;
}
label{
	font-weight: bold;
}
h2{
	font-size: 125%;
	border-bottom: 2px solid #ddd;
}
#footer{
	text-align: right;
}
#footer, #footer a{
	font-weight: bold;
}

address{
	font-style: normal;
}
ul.about li{
	font-weight: bold;
	padding-bottom: 10px;
}
ul.about li li{
	font-weight: normal;
	padding-bottom: 0;
}
dl.about dt{
	font-weight: bold;
	padding-top: 10px;
}
dl.about dd{
	margin-top: 5px;
	margin-left: 2em;
}
dl.about dd.connect{
	margin-top: 0;
}
