/* colors & decoration */
a, a:visited, a:active, #content a, #content a:visited {
	background-color: transparent;
}
a {
	color: #00c;
}
a:visited {
	color: #c0c;
}
a:active {
	color: #c00;
}
body, #links {
	color: #000;
	background: #fff;
}
#header {
	background-color: #900;
	color: #fc6;
}
#links ul + h2 {
	border-top: 1px dotted #900;
}
#links {
	border: 1px dotted #900;
	border-width: 0 0 1px 1px;
}
#photo #header {
	border-bottom: 3px solid #fc6;
}
#title {
	background-color: #fc6;
	border: 3px solid #900;
	border-width: 0 0 3px 0;
	color: #900;
}
h2, ul {
	background-color: transparent;
	color: #333;
}
/*/*/
img {
	border: 1px solid #000;
}
/* ns4 */
div.stamp img {
	border: none;
}
img.noborder {
	border: 0;
}