div#articleMenu {
	border: 2px solid #00008B;
	background-color: #C5D2FE;
	padding: 3px;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: center;
	float: right; }
.salutation {
	font-weight: bold;
	text-align: right;
	color: #00008B; }
p.salutation {
	width: 275px; }
.underline {
	text-decoration: underline; }
p strong {
	color: red; }
div#articlesFooter {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: bottom; }
.boldTitle {
	font-weight: bold; }
	
a.contentLink:link, a.contentLink:visited, a.contentLink:active {
	color: #0000FF;
	font-weight: bold;
	text-decoration: none; }
a.contentLink:hover {
	text-decoration: underline; }