.topbar { color:white; text-decoration:none; }
  A.topbar:hover { color:black; background-color:ffCC00; }

.topbar1 { color:black; background-color:ffCC00; text-decoration:none; }
  A.topbar1:hover { color:black; background-color:ffCC00; text-decoration:none; }

.searchnavbar { color:white; text-decoration:underline; }
  A.searchnavbar:hover { color:ffCC00; text-decoration:underline; }

.linkp { color:purple; text-decoration:underline; }
  A.linkp:hover { color:red; text-decoration:underline; }

.greenlink { color:006600; text-decoration:underline; }
  A.greenlink:hover { color:red; text-decoration:underline; }

.bluelink { color:000080; text-decoration:none; }
  A.bluelink:hover { color:red; text-decoration:underline; }

.menu { color:660066; text-decoration:none; }
  A.menu:hover { color:660066; text-decoration:underline; }

.link { color:black; text-decoration:none; }
  A.link:hover { color:red; text-decoration:underline; }

.white { color:white; text-decoration:underline; }
  A.white:hover { color:ffcc99; text-decoration:underline; }


