/* File: morin.css
 * Description: The style sheet I use for my web pages
 * Author: Pat Morin
 */

/*=======================================================================
 * These are for latex2html
 *======================================================================*/
/* Century Schoolbook font is very similar to Computer Modern Math: cmmi */
.MATH    { font-family: "Century Schoolbook", serif; }
.MATH I  { font-family: "Century Schoolbook", serif; }
.BOLDMATH { font-family: "Century Schoolbook", serif; font-weight: bold }

/* implement both fixed-size and relative sizes */
SMALL.XTINY		{ font-size : xx-small }
SMALL.TINY		{ font-size : x-small  }
SMALL.SCRIPTSIZE	{ font-size : smaller  }
SMALL.FOOTNOTESIZE	{ font-size : small    }
SMALL.SMALL		{  }
BIG.LARGE		{  }
BIG.XLARGE		{ font-size : large    }
BIG.XXLARGE		{ font-size : x-large  }
BIG.HUGE		{ font-size : larger   }
BIG.XHUGE		{ font-size : xx-large }

/* mathematics styles */
DIV.displaymath		{ }	/* math displays */
TD.eqno			{ }	/* equation-number cells */


/*=====================================================================
 * These are mine
 *====================================================================*/
body {
        max-width:              75ex;
	margin-top: 		1cm;
	margin-right: 		auto;
	margin-left: 		auto;
	color:			black;
	background-color: 	white;
}

/* For typesetting my name */
span.myname {
	font-family:		sans-serif;
	font-weight:		bold;
	font-size:		250%;
}

/* For typesetting the title of a page */
div.title {
	font-family:		sans-serif;
	font-weight:		bold;
	font-size:		140%;
}

div.titleimages {
	white-space:		nowrap;
}

div.address {
	font-size:		7pt;
	font-style: 		italic;
}

h1 {
	font-family:		sans-serif;
	font-weight:		bold;
	font-size:		medium;
}

h2 {
	font-family:		sans-serif;
	font-weight:		bold;
	font-size:		medium;
}

h3 {
	font-family:		serif;
	font-weight:		bold;
	font-size:		medium;
}

th {
	font-weight:		bold;
	font-size:		medium;
}

a {
	text-decoration:	none;
}

.name {
	white-space:		nowrap;
}

.notice {
	color: 			red;
	background-color:	white;
}

ul {
	list-style-type:	disc;
}

table.main {
}

table.seminar {
}	

table.seminar td {
  vertical-align: top;
}

table.seminar td.date {
  text-align: right;
}


.mainHeading {
		font-family:		serif;
}


th {
	font-family:	sans-serif;
	font-weight:	bold;
}


table.seminar {
	border-spacing: 5px 10px;
}

tr.seminar {
	vertical-align: baseline;
}

th.date {
	text-align: right;
}

th.speaker {
	text-align: left;
}

th.topic {
	text-align: left;
}
