body
{
  background-color: #fefefe;
  color: #000000;
  font-family: arial;
  font-size: 1em;
}

a:link { 
	background-color: transparent;
	color: #44697D;
	text-decoration: underline;
}

a:visited { 
	background-color: transparent;
	color: #822433;
	text-decoration: underline;
}

a:focus { 
	background-color: transparent;
	color: #44697D;
	text-decoration: underline;
}

a:hover {
	background-color: #7D9AAA;
	color: #822433;
	text-decoration: none;
}

a:active { 
	background-color: transparent;
	color: #44697D;
	text-decoration: underline;
}


h1
{
  background-color: #fefefe;
  color: #822433;
  font-size: 130%;
  padding: 5px 5px 5px 5px;
  text-align: center;
}

h2
{
  background-color: #fefefe;
  color: #7D9AAA;
  font-size: 110%;
  padding: 2px 5px 2px 5px;
}

h3
{
  background-color: #fefefe;
  color: #7D9AAA;
  font-size: 80%;
  font-weight: normal;
  font-style: italic;
  padding: 2px 5px 2px 5px;
}

ul,ol
{
  list-style-type: disc
}

