  body { font-family: Times,Times New Roman,Courier,Serif;
    color: rgb(0, 0, 0);
    font-size: 12px;
    }

  .selectedtopic { font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: rgb(159, 143, 125);
    font-weight: bold;
    }

  .clickabletopic { font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: rgb(75, 142, 185);
    font-weight: bold;
    }

  .overclickabletopic { font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: rgb(75, 142, 185);
    font-weight: bold;
    font-style: italic;
    }

  .normal1text { font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    color: rgb(159, 143, 125);
    font-style: italic;
    }

  .clickablenormal1text { font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    color: rgb(75, 142, 185);
    font-style: italic;
    }

  .overclickablenormal1text { font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    color: rgb(75, 142, 185);
    font-style: italic;
    font-weight: bold;
    }

  .normaltext { font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: rgb(159, 143, 125);
    }

  .clickablenormaltext { font-family: Arial,Helvetica,sans-serif;
    color: rgb(75, 142, 185);
    font-size: 14px;
    font-weight: bold;
    }


  .mini { font-family: Arial,Helvetica,sans-serif;
    font-size: 1px;
    color: rgb(159, 143, 125);
    }


  a { text-decoration: none;
    }
