/* 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; font-shape: italic }
.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 {
	margin-top : 1cm;
	margin-right : 13%;
	margin-left  : 13%;
        padding-bottom: 2em;
	width : auto;
	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 {
	align : center;
	font-family : "sans-serif"; 
	font-weight : bold;
	font-size : 140%;
}

h1 {
	font-family: "helvetica", "sans-serif";
	font-weight: bold;
	font-size: 120%;
}

h2 {
	font-family: "Helvetica", "sans-serif";
	font-weight: bold;
	font-size: large;
}

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

a {
	text-decoration : none;
}

ul {
	list-style-type : disc;
}

span.slightem {
	font-weight : bold;
}

img.first {
	max-width: 100%;
	height: auto;
}

