body {
  background-color: #ABD3BF;
  font-family: Arial, Helvetica, sans-serif;
  color:#000000;
  font-size:14px;
}

td,div,p,li {
  font-size: 14px;
}

.header {
  font-size: 18px;
  font-weight: bolder;
  color: #000000;
}

.small {
        font-size: 10px;
}

.smallwhite {
        font-size: 10px;
	color: #ffffff;
}

a:link,a:visited,a:active {
  color: #990000;
}
a:hover {
  color: #000000; 
}

.wrapper {
  padding:10px;
}

.theader {
  background-color:#34694f;
  color: white;
  font-size:14px;
  font-weight: bold;
  padding:3px;
}

