/* stylesheet for my website, created by Bruce Torrence, June-August 2002 */

BODY
 {
 font-family: 'Arial', 'Geneva', 'Helvetica', sans-serif;
 font-size: 100%;
 background-color: #E6E6FA;
 color: black;
 margin:8px 8px 8px 8px;
 }
 
/* margin-left: 5%; */ 

A:link {color:#114488}
A:visited {color:#666666}
A:hover {color:#FF9933}
A.plain {text-decoration: none}

/*  -=-=- */

	
	#leftcontent {
		float:left;
		width:67%;
		background:#fff;
		border-right:2px solid #000;
		border-bottom:2px solid #000;
		margin-right:15px;
		padding-bottom:20px;
		}

	#rightcontent {
		}
		
	p,h1,pre {
		margin:0px 30px 10px 30px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
	
	#rightcontent p {
		font-size:10px;
		margin-left:0px;
		}
	

/*  -=-=- */

DIV.left {float: left; margin-right: 5em}
DIV.main {float: left; margin-right: 5em}

/* text in normaltable class matches BODY style */
.normaltable, .normaltable TD, .normaltable TH  
 {
 font-family: 'Arial', 'Geneva', 'Helvetica', sans-serif;
 font-size: 100%;
 background-color: white;
 color: black;
 } 

/* text in bigheading class is rust colored */
.bigheading
 {
 font-family: 'Arial', 'Geneva', 'Helvetica', sans-serif;
 font-size: 200%;
 background-color: white;
 color:#800000;
 text-decoration: none; /* no underline links */
 } 
 
/* text in smallheading class is rust colored */
.smallheading  
 {
 font-family: 'Arial', 'Geneva', 'Helvetica', sans-serif;
 font-size: 150%;
 background-color: white;
 color:#800000;
 text-decoration: none; /* no underline links */
 } 
 

/* Mathematica command description class is times-roman, indented */
.maadef
 {
 font-family: 'Times', serif;
 font-size: 100%;
 padding-left: 5em;
 padding-right: 5em;
 }
 
/* This class used for "Last Modified" dates */
.small
 {
 font-size: x-small;
 font-style: italic;
 } 

/* This is for boxed text */
.box {
        border: thick solid;
        border-color: #4B0082;
        margin: 2ex 2em;
        padding: 2ex 2em;
        background: #FFE4C4;
}

/* This is formatting for the Book's title */
.booktitle {
	color: #800080;
    font-weight: bold;
}

/* These are styles used in the Errata page */
.style2 {color: #000000}
.style3 {
	color: #FF0000;
	font-weight: bold;
}
.style4 {
	color: #FF0000;
	font-style: italic;
	font-weight: bold;
}
.style5 {
	color: #0000FF;
	font-weight: bold;
}
.style6 {color: #0000FF}
.style7 {color: #FF0000}


