#LinkOver {
		color: #000000;
		text-decoration: none;
}

#LinkOver:Hover {
		color: #FFFFFF;
		text-decoration: none;
}
<!-- White -->
#Link {
		color: #FFFFFF;
		text-decoration: none;
		font-weight: Bold;
}

#Link:Hover {
		text-decoration: Underline;
}



<!-- Yellow -->
#Link2 {
		color: #FAAD01;
		text-decoration: none;
		font-weight: Bold;
}

#Link2:Hover {
		text-decoration: Underline;
}



<!-- Red -->
#Link3 {
		color: #DF0011;
		text-decoration: none;
		font-weight: Bold;
}

#Link3:Hover {
		text-decoration: Underline;
}


<!-- Green -->
#Link4 {
		color: #00CC00;
		text-decoration: none;
		font-weight: Bold;
}

#Link4:Hover {  
		text-decoration: Underline;
}

#NoBlue {
		color: #001052;
}

h4 {
		color: #001052;
}

h3 {
		color: #001052;
}

h2 {
		color: #001052;
}


}
#WhiteLink {  color: #FFFFFF; font-weight: bold; text-decoration: none}
#YellowLink {  color: #FFBB00; font-weight: bold; text-decoration: none}
#RedLink {  font-weight: bold; color: #FF0000; text-decoration: none}
#GreenLink {  font-weight: bold; color: #009900; text-decoration: none}
