BODY { 
	background: #FFFFFF; 
	color: #000000;
	font-family: monospace;
	font-weight: normal;
	}

body.panel {
	font-weight: normal;
	color: #000000;
	font-family: monospace;
	background: #FFFFFF url("/img/401_bg.png") no-repeat fixed center center;
	}

div.current {
/* for current page link placeholder */
	color: #000000;
	font-weight: bold;
	text-decoration: line-through;
	}

h1 {
/* for block headers */
font-size: medium;
text-decoration: underline;
	}


p.line {
/* for indented paragraph */
	padding-left: 1em;
	border-left: solid;
	border-right: none;
	border-top: none;
	border-bottom: none;
	border-left-width: thin;
	border-color: #80807F;
	}

A { 
	color: #000000; /* Was 80807F */
	font-weight: bold;
	text-decoration: none;
	}

A:visited { 
	color: #000000; /* Was 80807F */
	font-weight: bold;
	text-decoration: none;
	}

A:active { 
	color: #000000; /* Was 80807F */
	font-weight: bold;
	text-decoration: none;
	}

A:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	}

