#LinkOver {
		color: #000000;
		text-decoration: none;
}

#LinkOver:Hover {
		color: #FFFFFF;
		text-decoration: none;
}

A {
		color: #0000FF;
		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;
}

#NoBlue {
		color: #001052;
}

h4 {
		color: #001052;
}

h3 {
		color: #001052;
}

h2 {
		color: #001052;
}