body {
  background: white;
  font-family: arial,helvetica,sans-serif;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  }

div.main {
  margin-top: 16pt;
  margin-left: 10%;
  margin-right: 10%;
}

div.main p {
  line-height: 120%;
}

div.main li {
  line-height: 120%;
}

#hostlink {
  font-size: 66%;
  color: #c0c0c0;
  text-align: right;
  margin-top: 24pt;
  margin-right: 10%;
}

#hostlink a {
  text-decoration: none;
  color: #c0c0c0;
}

#hostlink a:hover {
  text-decoration: underline;
  color: #788f9a;
}

h1 {
  text-align: center;
}

h2 {
  color: gray;
}

h2.intro {
  text-align: center;
  font-family: times, serif;
  font-size: 12pt;
  font-weight: normal;
  line-height: 120%;
}

.private {
  text-decoration: none;
  color: #e0e0e0;
  text-align: right;
  font-size: small;
}

.private a {
  text-decoration: none;
  color: #e0e0e0;
}

p.frontlink {
  text-align: right;
}

p.frontlink a {
  text-decoration: none;
  color: #cccccc;
}

h1 a, h2 a {
  text-decoration: none;
  color: #808080;
}

a:hover {
	color: #788f9a;
}

#news {
	padding: 6px;
	border-color: #a8a8a8;
	border-width: 1px;
	border-style: solid;
	background-color: #e9e9e9;
}

#news li {
	list-style-type: none;
}

#news li a {
	color: #788f9a;
	text-decoration: none;
}

#news h3 {
	color: #656565;
	font-size: smaller;
	padding: 0px;
	margin-top: 0px;
}

#news li a:hover {
	color: #8caace;
}

