/* Basic style sheet for Manuel M T Chakravarty's home page - Copyright 2005
 */

body {
  margin: 0 3px 0 3px;
  color: black;
  background-color: #bbb;
  font: 12px 'Lucida Grande', Helvetica, sans-serif;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lucida Grande', Helvetica, sans-serif;
  font-weight: bold;
}
h1 { font-size: 22px; text-shadow: 2px 2px 4px #999; }
h2 { font-size: 18px; }
h3 { font-size: 15px; }
h4 { font-size: 13px; }
h5, h6 { font-size: 12px; }
h1, h2, h3, h4, h5, h6 {
  margin-top: 1em;
  margin-bottom: .5em;
}
h1.top, h2.top, h3.top, h4.top, h5.top, h6.top {
  margin-top: 0em;
}
a { 
//  color: #6498cc;
  color: #0066cc;
  text-decoration: none; 
}

/* Elements to construct the main body of the page
 */
table.main {
  background: #fff;
  border-spacing: 0;
  font-size: 12px;
  line-height: 17px;
}
td.menu {
  background: olive;
  vertical-align: top;
}

/* General elements
 */
div.body { 
  margin: 1em 1ex 2em 1ex;
}
table.plain {
  background: #fff;
  border-spacing: 0;
}
table.greybox {
  background: #f0f0f0;
  border-spacing: 0;
}
span.tag {
  color: grey;
}

/* Paragraphs for "more" links
 */
p.more { 
  margin-top: 2.2em;
}

/* Elements for quotations
 */
p.quote { 
  margin-top: 2.2em;
  font-style: italic;
  color: #666600;
}

/* Table for collections of icons
 */
table.icons {
  margin-top: .5em;
  margin-bottom: .5em;
  background: #fff;
  border-spacing: 0;
}
