body {
	margin: 0px;
  background: black;
  font-family: Arial,Helvetica, sans-serif;
  color: white;
}

td {
  text-align: center;	
  font-size: 12pt;
}

h1 {
  font-size: 20pt;
  font-weight : bold;
	padding-top : 0px;
	padding-bottom : 0px;
}

.click {
	padding-top : 0px;
	padding-bottom : 20px;
  font-style: italic;
}

.info {
  padding-top : 5px;
	padding-bottom : 5px;
  text-align: left;
  vertical-align: top;
}

.scroll {
  padding-top : 5px;
	padding-bottom : 5px;
  text-align: right;
}

.more {
  font-weight : bold;
  padding-top : 5px;
	padding-bottom : 5px;
  text-align: right;
}

.less {
	font-size: x-small;
  padding-top : 5px;
	padding-bottom : 5px;
  text-align: right;
}

a:link {
	text-decoration : none;
  color: white;
}
a:visited {  
  text-decoration : none;
  color: blue;
}
a:hover {
  text-decoration : underline;
  color: white;
}
a:active {
  text-decoration : none;
  color: white;
}
