body {
	margin: 0;
	padding: 0;
}
#textbox {
	position:  absolute;
	left: 5px;
	top: 320px;
	text-align:right;
	width: 370px;
	font-family: verdanan, tahoma;
	font-size: 67%;
}
h2 {
	color: #e35500;
	font-size: 1em;
	font-weight: bolder;
	margin-bottom:  0;
	margin-top: 1em;
}
p {
	font-weight:  bold;
	margin:0.1em 0 0 0;
}
p.link {
	margin: 0.3em 0;
}
.red {
	color: #F00;
	font-weight:bold;
}
.strike {
text-decoration: line-through;
}
