body{ font: small verdana, arial, sans-serif; background: white; color: black;
	margin: 10px 10%; }

h1,h2,h3,h4,h5,h6{ background: #123456; color: #ABCDEF; padding: 0.25em 1em; }
h1{ font-size: 120%; color: white; text-align: center; }
h2{ font-size: 110%; color: yellow; }
h3{ font-size: 100%; }
h4{ font-size: 90%; }
h5{ font-size: 85%; }

input{ display: block; width: 100%; }
input.button{ width: auto; }

div.container{ margin: 10px auto; border-bottom: double 3px #CCC; padding-bottom: 10px; }

table{ border: 1px solid black; border-collapse: collapse; width: 300px; }
table td{ border: 1px solid black; width: 50%; text-align: center; }

pre{ font-size: medium; overflow: auto; }
#bodyText, #jsCode{ border: 0; padding: 0; margin: auto 2%; width: 96%; overflow: scroll;
	background: #ACE; font-weight: bold; white-space: nowrap; }

.codeExample{ font-weight: bold; margin: auto 10%; background: #ABCDEF; 
	padding: 10px; overflow: auto; }
.emphasized{ font-style: italic; font-weight: bold; color: #22F }

.alert{ color: red; font-weight: bold; }
