/* style sheet comments are C-style */

/* note: the order of tags matters; applied in order listed!
 * (ie, hovering over visited link applies both A: tags!!)
 */
A { text-decoration: underline; color: #aaaaaa }
A:visited { color: #808080; }
A:hover { text-decoration: underline; color: #cccccc; }

BODY,TH,TD { font: 15px Arial, Helvetica, sans-serif; line-height: 1.15; }
TH { font-weight: bold }
BIG { font: 17px Arial, Helvetica, sans-serif; line-height: 1.15; }

H2 { font: 24px Arial, Helvetica, sans-serif; color: #606060;
     text-decoration: none }

/*
 * .title {
 *   font 16px 1.10 Arial, 18px 1.10 Helvetica, 18px 1.10 Sans-Serif;
 * }
 * 
 * .text {
 *   font 14px 1.00 Georgia, 18px 1.00 New Century Schoolbook;
 * }
 */

