A:link { color: white }
A:visited { color: white }
A:active { color: #FFE01E }
A:hover { background: #FFE01E; color: #1C2D9D }

.menu A:link { text-decoration: none; color: #1C2D9D; font-weight: bold }
.menu A:visited { text-decoration: none; color: #1C2D9D; font-weight: bold } 
.menu A:active { text-decoration: none ; color: #FFE01E; font-weight: bold }
.menu A:hover { text-decoration: none; background: #FFE01E; color: #1C2D9D; font-weight: bold }

.content { overflow: auto; height: 421px }
.content A:link { text-decoration: none; color: #1C2D9D; font-weight: bold }
.content A:visited { text-decoration: none; color: #1C2D9D; font-weight: bold } 
.content A:active { text-decoration: none ; background: #1C2D9D; color: #FFE01E; font-weight: bold }
.content A:hover { text-decoration: none; background: #FFE01E; color: #1C2D9D; font-weight: bold }

