#khaki {
 color: #F0E68C;
}
#red {
 color: red;
}
#orange {
 color: CC6600;
}
#white {
 color: white;
}

.hed {
 color: #000000;
 font-size: 25px;
 line-height: 30px;
 font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.subhed {
 color: #000000;
 font-size: 20px;
 line-height: 24px;
 font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.text {
 color: black;
 font-size: 13px;
 line-height: 16px;
 font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.textsm {
 color: black;
 font-size: 10px;
 line-height: 12px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
}
.textsmall {
 margin:0;padding:0;
 color: black;
 font-size: 10px;
 line-height: 12px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
}
.formtext {
 color: #696969;
 font-size: 12px;
 line-height: 15px;
 font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.formtextsm {
 color: #696969;
 font-size: 9px;
 line-height: 11px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link {
 text-decoration: none;
 color: #990000;
}
a:visited {
 color: #990000;
 text-decoration: none;
}
a:hover {
 color: #990000;
 text-decoration: underline;
}
a:active {
 color: #990000;
}

a.admin:link {
 text-decoration: none;
 color: #990000;
}
a.admin:visited {
 color: #990000;
 text-decoration: none;
}
a.admin:hover {
 color: #990000;
 text-decoration: none;
 background-color: #FFFF99;
}
a.admin:active {
 color: #990000;
}