
/* defaults */
body {
  font-size: 12px;
  font-family: Helvetica, Geneva, Swiss, SunSans-Regular;
  color: #000000;
 background-color: white;
}
a:hover{ font-weight: 600;}

/* normal paragraph - ul etc. just for silly Netscape (see above) */
p, ul, ol, dl, dd, dir, menu, address {
  font-size: 12px;
  font-family: Helvetica, Geneva, Swiss, SunSans-Regular;
}

/* bold should be light bold - FP uses strong for bold...*/
p b { font-weight: 600 }
p strong { font-weight: 600 }

/*  navigation bar is all white on black */
td.navbar{
  background-color: #97b9d2;
  color: #ffffff;
  font-weight: 600;
}
td.navbar a:link{ color: #1b1a54; text-decoration: none;}
td.navbar a:visited{ color: #000000; text-decoration: none;}
td.navbar a:active{ color: #000000; text-decoration:none; }


td.menu{ 
 color: #ffffff;
 background-color: #97b9d2;
 font-weight: 400; 
}
td.menu a:link{ color: #1b1a54; text-decoration: none; }
td.menu a:visited{ color: #000000; text-decoration: none; }
td.menu a:active{ color: #000000; text-decoration: none; }

td.content{ 
 color: #000000;
 background-color: #ffffff;
 padding: 2mm;
}
td.content a:link{ color: #1b1a54; text-decoration:underline; }
td.content a:visited{ color: #000000; text-decoration:underline; }
td.content a:active{ color: #000000; text-decoration:none; }


td.selection{ 
 color: black;
 background-color: ##1b1a54;
}
td.selection a:link{ color: #000000; text-decoration: none; }
td.selection a:visited{ color: #000000; text-decoration: none; }
td.selection a:active{ color: #000000; text-decoration: none; }

td.nosel{ 
 color: #1b1a54;
 background-color: #b9dbe4;
 font-weight: 600;
}


