/* Generic reconstruction of legacy FrontPage theme "lms-design-1".
   Original theme CSS was not archived; this restores readable base
   styling for the oldest-generation pages (table+<font> layout). */
body {
  background:#ffffff;
  color:#1a1a1a;
  font-family:Arial, Helvetica, sans-serif;
  font-size:15px;
  line-height:1.55;
  margin:0;
  padding:16px 0;
}
a { color:#000080; text-decoration:underline; }
a:hover { color:#3a3ab0; }
table { margin:0 auto; }
ul { margin:.4em 0 .4em 1.2em; padding:0; }
li { margin:.15em 0; }
b, strong { color:#000080; }
