#include <iostream.h>
void main()
{
  cout   << "About"
         << "Art"
         << "Music"
         << "Technology"
         << "Archives" 
         << "Contact";
  return;
}