body {
  margin: 0px;
  padding: 0px;
  background-color: #eef1f5;
}
a { 
  color: rgb(0, 51, 102);
  text-decoration: none;
  border-bottom: 1px dotted rgb(102, 153, 204);
}
a:hover { 
  color: rgb(0, 51, 102);
  text-decoration: none;
  border-bottom: 1px dotted #000;
  background-color: #d9e6f3;
}
a:active {
  color: #330000;
}
.yellow {
  color: rgb(255, 255, 0);
  font-family: verdana,sans-serif;
  font-size: 12px;
}
.whitelink {
  color: rgb(238, 241, 245);
  text-decoration: none;
  font-weight: bold;
  font-family: verdana;
  font-size: 12px;
  line-height: 150%;
  border-bottom: 1px dotted rgb(102, 153, 204);
}
.imagelink, .imagelink:hover, .imagelink:active {
  color: none;
  text-decoration: none;
  border-bottom: none;
  background-color: none;
	border: none;
}
.main {
  font-family: verdana,sans-serif;
  font-size: 12px;
  line-height: 150%;
  padding: 0px;
}
.small {
  font-family: verdana,sans-serif;
  font-size: 10px;
  line-height: 150%;
  padding: 0px;
}
.code {
  font-family: courier,sans-serif;
  font-size: 9px;
  line-height: 150%;
  padding: 0px;
}
.counter {
  font-family: verdana,sans-serif;
  font-size: 10px;
  line-height: 150%;
  padding: 0px;
  color: #eef1f5;
}
.tbldark {
  background-color: #6699CC;
  border: 0; 
  padding: 2px;
  border-collapse: collapse;
}
.tblcollapse {
  border: 0;
  padding: 0px;
  border-collapse: collapse;
}
h2 {
  color: #333;
  font-family: verdana,sans-serif;
  font-size: 19px;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
}
h3 {
  color: #333;
  font-family: verdana,sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
}
.codecomment {
  color: #007700;
  font-family: courier;
  font-size: 9px;
  line-height: 150%;
  padding: 0px;
}
