a
{
    cursor: crosshair;
    font-family: 'Times New Roman', 'Arial', sans-serif;
}
a:active
{
    font-weight: bold;
}
a.button
{
    border: dotted;
    border-width: 1px;
    text-decoration: none;
}
body
{
    cursor: sw-resize;
}
.text
{
    cursor: text;
    text-decoration: none;
    font-family: Arial, 'Times New Roman', Garamond;
    font-size: 11px;
}
.menu
{
    font-size: 11px;
    font-family: 'Courier New', Courier;
    font-weight: bold;
    text-align: center;
    vertical-align: center;
}
.menu a
{
    text-decoration: none;
}