/* ********************************************************
   style sheet for carleton pages 
   by acd
   created 18 august 2003
   last update 18 august 2003
   ********************************************************
*/

/* general styles */
body 		{ color: black; background: white }
hr		{ width: 90%; align: center}
h1		{ text-align: center }

/* hyperlinks */
:link		{ color: maroon }
:visited	{ color: teal }
:active		{ color: blue }

/* headings */

/* 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 }

/* all text on secondary pages should be indented; headings flush */
div.text  	{ margin-left: 5%; margin-right: 5%}
li		{ margin-left: -3% }
h2,h3,h4,h5	{ 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		{ width:  100%;
		  border-collapse: collapse;
		  border:  2px solid black}
th		{ border:  1px solid; 
	          border-bottom:  2px solid; 
		  text-align: left }
td		{ border:  1px solid }
