body {
	margin-top: 2%;
	margin-right:5%;
	margin-bottom:5%;
	margin-left:5%;
	font-family:courier;
	font-size:12pt;
	}
a {
	color: rgb(204,000,000);
}
.pageborder {
	border:solid;
	border-width:1px;
	padding:0em;
	margin-left:0%;
	margin-right:0%;
	border-color:rgb(125,125,125);
}
.menu {
	font-family: verdana, sans-serif;
	font-size: 10pt;
	margin-top:4em;
	margin-bottom:0em;
	background: rgb(204,000,000);
	font-weight: bold;
	text-align: right;
}
.menuitem {
	color: rgb(255,255,255);
	text-decoration:none;
	border:solid;
	border-width:1px;
	border-color:rgb(125,125,125);
}
.menuitemselect {
	color: rgb(255,255,255);
	text-decoration:none;
	border:solid;
	border-width:2px;
	border-color:rgb(125,125,125);
}
.content {
	margin-left:20%;
	margin-right:20%;
	padding-top:5%;
	margin-bottom:6%;
	font-family:courier;
	font-size:12pt;
}
.author {
	padding-top:1em;
	padding-bottom:0em;
	text-align:right;
	font-family: verdana, sans-serif;
	font-size: 8pt;
	font-weight:bold;
	border-bottom:solid;
	border-color:rgb(125,125,125);
	border-width:1px;
	color:rgb(125,125,125);
}
<!--N.B. "padding" and "width" in an element are mutually exclusive!-->