/* ********************************************************
   style sheet for carleton pages
   originally by Amy Csizmar Dalal
   modified by Dave Musicant
   created 18 august 2003
   ********************************************************
*/

/* general styles */
body            { color: black; background: white ; margin-left: 5%; margin-right: 5%}
hr              { width: 100%; align: center}

/* All headings use the same fonts and have the same margins */
h1, h2, h3, h4, h5, h6 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
}

body,p,ul,ol,li,table,tr,td,th,div,.text {font-family: Georgia, Times New Roman, Times, Serif}

tt,code,pre {font-family: Courier New, Courier, monospace}

/* general class attributes */
.center                 { text-align: center }
.centerbold     { text-align: center; font-weight: bold }
.bold                   { font-weight: bold }

/* special text types */
p.quote         { text-align: center; font-style: italic;
                                margin-left: 10%; margin-right: 10%;
                                font-size: smaller }
p.email         { font-style: italic; color: maroon; font-size: smaller }
p.title         { font-size:  larger; font-weight:  bold }
li.roomy        { margin-bottom: 0.5%; margin-top: 0.5%;}

/* all text on secondary pages should be indented; headings flush */
div.text        { margin-left: 5%; margin-right: 5%}

/* this style is used for the bottom-of-the-page data:
   last update, author, contact info, etc */
div.bottompage  { font-size: smaller; font-style: italic }
div.contact     { font-style: italic }

/* this style is used for indented headings  */
div.toc1        { margin-left: 5%; font-size: larger }
div.toc2        { margin-left: 10%; font-weight: bold  }

/* table stuff */
table           { border:  2px solid black;
                  margin-top: 1%;
                  margin-bottom: 1%;}
              
th              { border:  1px solid;
                  border-bottom:  2px solid;
                  text-align: left }
td              { border:  1px solid }
