﻿body {
	color: #777;
	font: small Arial, Tahoma, Verdana, sans-serif;
}
a {
	text-decoration: underline;
	font-weight: bold;
}
.bold {
	font-weight:  bold;
	color: #585d5d;
}
h1 {
	font-size: xx-large;
}
h2 {
	font-size: x-large;
}
h3 {
	font-family: "Bookman Old Style";
	font-size: large;
	color: #666; 
}
h4 {
	font-family: "Bookman Old Style";
	font-size: medium;
	color: #333;
}

#page_content {
	margin: 20px 0 20px 0;
	padding: 10px 0 10px 0;
	border-top: 1px  #c0c0c0 solid;
	border-bottom: 1px  #c0c0c0 solid;
}
}
acronym {
	cursor: help;
	border-bottom: 1px #333 dashed;
}
