body {
	color: #000;
	background-color: #fff;
	font-family: helvetica, arial, sans-serif;
}

// #963; // sepia light
// #741; // sepia rgb
// #630; // sepia websafe
// #300; // sepia black

a {
	color: #00f;
	text-decoration: none;
}

a:visited {
//	color: #ccf;
	color: #99f;
}

a:hover {
//	color: #fc0;
	color: #f90;
	text-decoration: underline;
}

.box {
	padding:1em 0em 1em 0em;
	margin:2em 2em 2em 2em;
//	background-color:#69c;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto
}

img.nohover {border:0}
img.hover {border:0;display:none}
a:hover img.hover {display:inline}
a:hover img.nohover {display:none}

dt { font-weight: bold; }
.naked { list-style-type: none; }
.nobullets { list-style-type: none; }

