h1 {
	width: 100%;
	text-align: center;
	line-height: 1.3;
}

.huge {
	width: 100%;
	font-size: 300%;
}

.strong {
	text-align: left;
	font-weight: bold;
	padding-left: 54px;
}

.brd1 {
	background: #f77;
	border-top: 4px solid black;
	border-bottom: 1px solid black;
}

.intro {
	font-size: 130%;
	line-height: 1.35;
}

.bold {
	font-weight: bold;
}

.prev, .next, .up, .home {
	position: absolute;
	position: fixed;
	padding: 5px;
	font-weight:  bold;
}

.home, .up {
	top: 0;
}

.prev, .home  {
	left: 0;
}

.rtop {
	position: absolute;
	position: fixed;
	right: 0;
	top: 0;
        padding: 0;
/*	padding: 5px; */
	font-weight:  bold;
/*	background: #ffffcc; */
        width: 50px;
}

.next, .up {
	right: 0;
}

.next, .prev {
	bottom: 0;
}

.small, .timestamp {
	font-size: 90%;
}

.timestamp {
	text-align: right;
}

address {
	text-align: right;
	font-size: 90%;
}

pre.script {
	text-align: left;
	padding: 1em 2em 1em 2em;
	background: #f7f7f7;
}

.eighty {
	width: 80%;
	text-align: left;
	line-height: 1.2;
	right: 0;
}

.ninety {
	width: 90%;
	text-align: left;
	line-height: 1.2;
	right: 0;
}

body {
	padding-right: 55px;
	background-color: #ffffcc
}

.link {
	border: solid black 2px;
}

@media screen {  /* hide from IE3 */
span.rtop:hover {
        background: yellow;
}

a:hover {
	background: blue;
	font-weight: bold;
	color:  yellow;
 }

}
