body {background: white;
	font-size: 12pt;
	font-family: times new roman;
	font-weight: normal;}

a:hover {color: red;
	text-decoration: overline;
	background: #00ff00;
	}

.content
{
  border-collapse: collapse;
  border: 1px solid black;
  background: #ffffcc;
  width: 100%;
}

.heading
{
  font-weight: bold;
  color: green;
  font-size: 20pt;
  text-align:center;
}

.header a
{
  font-weight: bold;
  color: green;
  font-size: 16pt;
  text-decoration: underline;
}

.header a:hover
{
  color: red;
  text-decoration: overline;
  background: none;
}

.h1
{
  color: blue;
	font-weight: bold;
}

.h1 a
{
  color: blue;
	font-weight: bold;
}

.h3 {color: green;
  font-size: 18pt;
  text-align: center;
  font-weight: bold;}

.hang
{
  text-indent: -1em;
  margin-left: 1em;
}

.blue {color: blue;}

.green {color: green;}

.orange {color: orange;}

.red {color: red;}
