/*

  Stylesheet for Shaurz website
  (c) 2003, 2004 Luke McCarthy

*/

body {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  color: black;
  background-color: white;
}

a {
  color: black;
  background-color: transparent;
}

h1 {
  margin: 0 0 0 0px;
  font-size: 16px;
}

h2 {
  margin: 0 0 0 40px;
  font-size: 13px;
}

h3 {
  margin: 0 0 0 80px;
  font-size: 13px;
  font-style: italic;
  font-weight: normal;
}

p, ol, ul {  /* default indentation for 2-level documents */
  margin: 0 0 20px 40px;
  font-size: 13px;
}

.L1 { margin: 0 0 20px 0;     } /* no indentation */
.L2 { margin: 0 0 20px 40px;  } /* indentation for 2-level documents */
.L3 { margin: 0 0 20px 80px;  } /* indentation for 3-level documents */
.L4 { margin: 0 0 20px 120px; } /* indentation for 4-level documents */

h1.L1, h2.L1, h3.L1 { margin: 0 0 0 0;     }
h1.L2, h2.L2, h3.L2 { margin: 0 0 0 40px;  }
h1.L3, h2.L3, h3.L3 { margin: 0 0 0 80px;  }
h1.L4, h2.L4, h3.L4 { margin: 0 0 0 120px; }

pre {
  display: table;
  margin: 0 0 20px 80px;
}

td {
  border: none;
  padding: 5px;
  font-size: 13px;
}

table {
  margin-bottom: 20px;
}

img {
  border: none;
}

.header {
  margin-right: 10px;
  margin-top: 5px;
  font-size: 18px;
  font-weight: bold;
}

.footer {
  font-size: 13px;
  font-weight: bold;
}

.main {
  margin: 0 20px 0 10px;
}

.linkbar {
  margin-left: 20px;
  font-size: 16px;
  font-weight: bold;
}

img.pod {
  border-left: 10px solid white;
  border-right: 10px solid white;
  border-bottom: 10px solid white;
  height: 100px;
  width: 100px;
}
