.redtext {
color: red;
}
.bluetext {
color: blue;
}
.graytext {
color: gray;
}
.whitetext {
color: white;
}
.redlink {
color: #FF0000;
text-decoration: underline;
}
.bluelink {
color: #0000FF;
text-decoration: underline;
}
.greenlink {
color: #AEFF00;
text-decoration: underline;
}
a.greenlink {
color: #AEFF00;
text-decoration: underline;
}
a.greenlink:hover {
color: #AEFF00;
text-decoration: underline;
}
.admenu {
clear: both;
text-align: center;
}
.admen1 {
padding: 0 3%;
}
div.spacer {
clear: both;
}

