/* 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: #0000ff}
A:visited { color: #404080; }
A:hover { text-decoration: underline; color: #0080f8; }

BODY,TH,TD { font: 15px Georgia; line-height: 1.15; }
BIG { font: 17px Georgia; line-height: 1.15; }
/* BODY,P,DIV,TH,TD { font: 13px Arial; line-height: 1.2; } */


/*
 * .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;
 * }
 */
