a.nav:link {color: dimgray; text-decoration: none; font-weight:bold; }
a.nav:visited {color: dimgray; text-decoration: none; font-weight:bold; }
a.nav:hover {color: red; text-decoration: underline; font-weight:bold; }
a.nav:active {color: dimgray; font-weight:bold; }

a.makecontent:link {color: dimgray; text-decoration: none; font-weight:bold; background-color:yellow; }
a.makecontent:visited {color: dimgray; text-decoration: none; font-weight:bold; background-color:yellow; }
a.makecontent:hover {color: red; text-decoration: underline; font-weight:bold; background-color:yellow; }
a.makecontent:active {color: dimgray; font-weight:bold; background-color:yellow; }

a.memnav:link {color: white; text-decoration: none; font-weight:bold; }
a.memnav:visited {color: white; text-decoration: none; font-weight:bold; }
a.memnav:hover {color: red; text-decoration: underline; font-weight:bold; }
a.memnav:active {color: blue; font-weight:bold; }

a.external:link {color: #0000ff; font-size: 18pt; font-weight: bold; }
a.external:visited {color: #894f7b; font-weight: bold; }
a.external:hover {text-decoration: overline; background-color: #003399; }
a.external:active {color: red; }

div.content {border:solid #ff0000 1px;background-color: #ffffff; }

table.menu td {border:solid #ff0000 1px;background-color: #ffffff; }
table.menu th {border:solid #ff0000 1px;background-color: #666666; }

Body {
  font-family:font-family:Arial, sans-serif;
}

label {
  width: 80px;
  text-align: right;
  float: left;
}

.formerror {
  border: 1px solid red;
  background-color : #FFCCCC;
  width: auto;
  padding: 5px 0;
}

.errortext {
  padding-left: 80px;
  font: bold smaller sans-serif;
}

textarea.description{
  width: 570px;
  height: 200px;
  font-family:font-family:Arial, sans-serif;
}

textarea.gLink{
  width: 570px;
  height: 80px;
  font-family:font-family:Arial, sans-serif;
}


