
A { text-decoration:none; color:gray}
A:link { color:#701030; }
A:Visited { color:#303030; }
A:Active { color:red; }
A:Hover { color:Red; }

.logo {
  margin-top:4px;
  clear:left;
  text-align:center;
}

.header {
  border:solid black 1px;
  background-color:#f0e3e4;
  background-color:#b00000;
  color:white;
  background-color:#506070;
  color:#ffffff;
  text-align:center;
  font-size:larger;
  margin-bottom:10px;
  margin-top:4px;
}

.quicklinks {
  border:solid black 1px;
  background-color:#f0e3e4;
  text-align:center;
  font-size:largest;
  margin-bottom:10px;
  margin-top:4px;
}

.smallprint {
  font-size:smaller;
  text-align:center;
}

body {
  background:white;
  margin:0px;
}

.content {
  width:1500%;
}

.boxtop {
  border:solid darkgreen 1px;
  margin-top:4px;
  text-align:center;
}

.boxtitle {
  font-weight:bold;
  color:#000000;
  background:#d0d0d0;
  padding-left:2px;
}

.boxcontent {
  padding:2px;
  background-color:#f0f0f0;
}

.linktable {
  background:white;
  border:solid black 0px;
  cellspacing:100;
  clear:none;
}

.linktable_head {
  border:solid black 1px;
  color:#fffff0;
  font-weight:bold;
  background:#506070;
}

.linktable_row {
  background:#e0e0e0;
}

.linktable_row a:link {
}

.linktable_link {
  background:#e8e0ff;
}

.linktable_tag {
  background:#e8e8e8;
}

