body,td,p,div {
  font-family: Arial, Helvetica, sans-serif;
}

A:link		{ color: #0000ff; text-decoration: underline; font-weight: bold; }
A:visited	{ color: #0000ff; text-decoration: underline; font-weight: bold; }
A:active	{ color: #0000ff; text-decoration: underline; font-weight: bold; }
A:hover		{ color: #ff0000; text-decoration: underline; font-weight: bold; }

p, td, tr {
   color: #000000;
   font-size:12px
}
h2, h3, h4 {
  color: #006600;
}

.row1 {
   background: #eeeeee;
}

.row2 {
   background: #f4f4f4;
}

.header {
  color: #006600;
  font-size: 20px;
  font-weight: bolder;
}

.darkheader {
  background: #006600;
  color: #ffffff;
  font-size: 20px;
  font-weight: bolder; 
  padding: 6px;
}

.subheader {
  color: #006600;
  font-size: 16px;
  font-weight: bolder;
}

.cursorhand {  cursor: hand}

.cursordefault {  cursor: default}
