﻿@import url('tmcommon.css');
/**
 * Body
 */
BODY {
  font-weight: normal;
  margin-top: 15px;
  margin-left: 5%;
  margin-right: 100px;
}
TABLE {
  margin-left: 0px;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  border-style: ridge;
  border-width: thin;
  border-collapse: collapse;
}
TD {
  border-style: ridge;
  border-width: thin;
  padding: 5px;
  empty-cells: show;
}
/**
 * for exercise files
 */
.note {
  font-size: 10pt;
  margin-left: 0px;
  margin-top: 3px;
  margin-bottom: 5px;
}
.exint {
  font-size: 10pt;
  text-align: Left;
  text-indent: 0;
  margin-left: 0px;
  margin-top: 0;
  margin-bottom: 5px;
}
.windowList {
  font-size: 10pt;
  text-align: Left;
  text-indent: -30;
  margin-left: 30px;
  margin-top: 0;
  margin-bottom: 5px;
}
h1 {
  font-size: 20pt;
  font-weight: bold;
  margin-left: 0px;
  margin-top: 2px;
  margin-bottom: 10px;
}
h2 {
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  border-top-style: solid;
  margin-left: 0px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 10px;
}
h3 {
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  border-top-style: solid;
  border-top-width: 2px;
  margin-left: 0px;
  margin-top: 24px;
  margin-bottom: 5px;
}
h4 {
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  margin-left: 0px;
  margin-top: 20px;
  margin-bottom: 10px;
}
