body {
  margin-top: 5px;
  margin-bottom: 5px;
}

a:hover {
  text-decoration: none;
  color: red;
}

.links a:hover {
  text-decoration: none;
  background-color: #3399FF;
}

.links table {
	margin-right: 10px;
}

.back a {
  color: blue;
  font-size: 18px;
}

h1 {
  text-align: center;
  font-weight: 900;
  font-size: 48px;
  margin-bottom: 0px;
  color: #990000;
}

.under {	
  text-decoration: underline;
}

.super {
	vertical-align: super;
	font-size: 24px;
}

.h1copy {
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	color: #000;
}

h2 {
  text-align: center;
  text-decoration: underline;
  margin-bottom: 0px;
  color: #990000;
}

h2.sub {
  text-decoration: none;
  margin: 0px;
  color: #000000;
  background-color: #FFFF00;
}

h3 {
	color: #990000;
}

p {
  font-weight: bold;
  text-indent: 20px;
  text-align: justify;
}

.noj p, p.noj { text-align: left }

.noi p, p.noi { text-indent: 0px }

OL { font-weight: bold }

UL { font-weight: bold }

.workshops {
	font-size: 18px;
}
.workshops li {
	margin: 25px 5px;
}
.workshops ul {
	margin-bottom: 30px;
	border: 1px dashed #000;
}

.ab OL { list-style-type: upper-alpha }
.num OL { list-style-type: decimal }
.nob OL { font-weight: normal }

.regform { font-size: 18px; }
.regform UL { font-weight: normal }

.regformlines { line-height: 18pt }

.regend UL {
  color: #990000;
  font-family: sans-serif, helvetica;
  font-size: small;
  font-weight: bold;
}

.disc TABLE { font-size: medium }

.indexspace { line-height: 24pt }

.k12 {
	border: 2px solid #000;
	padding: 10px;
	background-color: #dfffdb;
}

.college {
	border: 2px solid #000;
	padding: 10px;
	background-color: #ffdcc4;
}

.module {
	border: 2px solid #000;
	padding: 10px;
	background-color: #CFF;
}

.rbline {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
.bluebold {
	font-weight: bold;
}

.subheading {
	font-size: large;
	font-weight: bold;
	color: #FF0000;
}
