.text  {
  font-family : Arial;}
a:link.text  {
  color : White;
  text-decoration : none;
}
a:visited.text  {
  text-decoration : none;
  color : White;
}

a:hover.text  {
	color : Yellow;
	text-decoration : none;
}

.top  {
	font-family : Arial;
	font-size : x-small;
	color : Silver;
}
a:link.top  {
  color : White;
  text-decoration : none;
}
a:visited.top  {
  text-decoration : none;
  color : White;
}

a:hover.top  {
	color : Red;
	text-decoration : none;
}


a:link.menu  {
  color : Silver;
  text-decoration : none;
}

a:visited.menu  {
  text-decoration : none;
  color : Silver;
}

a:hover.menu  {
  color : White;
  text-decoration : none;
}

.menu  {
  font-size : small;
  font-family : Arial, Arial Cyr;
  text-decoration : none;
  font-weight : bold;
  }