/* CSS for index.html */

@import url(main.css);

body {
  font-size: 14pt;
  margin-left: 2ex; 
  margin-right: 2ex;
  margin-top: 5ex;
}

div.box {
  padding: 1.5ex;
  border: 1pt solid black; 
}

table { margin-left: 2em; }

h1 { font-weight: 200; }

td { padding: 3pt; }

p#quote { width: 100%; font-style: italic; }


