a:link, a:visited, a:active
{
	color:            #0000c0;
	text-decoration:  underline;
}

a:hover
{
	color:            #c00000;
	text-decoration:  underline;
}


#toc a:link, #toc a:visited, #toc a:active
{
	color:            #333333;
	text-decoration:  none;
}

#toc a:hover
{
	color:            #111111;
	text-decoration:  underline;
}


body {
/*	background-color: #CCCCCC; */
	background-color: #ffffff;
	color: #000000;
	text-align: center;
	font-size: medium;
	font-family: "Times New Roman", serif;
}

#wrap {
/*
	border-top: 1px solid #999999;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #999999;
*/
	padding: 30px 0px 30px 0px;
	width: 780px;
	margin: 0px auto 0px auto;
	text-align: left;
	background-color: #ffffff;
}

#navigation {
	font-family: Arial;
	font-size: .8em;
	font-weight: bold;
}

#navigation a {
	color: black;
	text-decoration: none;
}

#navigation a:hover {
	color: red;
}


#header {
}

#content {
	padding: 0px;
}



#proscons
{
	padding-left: 36px;
}


p
{
	padding: 0px;
	margin: 0px;
	padding-left:  148px;
	text-align: justify;
	text-indent: 1.5em;
	line-height: 145%;
}

p.firstparagraph
{
	text-indent: 0;
}

p.tall
{
	margin-top: 12px;
	margin-bottom: 12px;
}

p.etude
{
	padding: 0px;
	margin: 0px;
	padding-left:  148px;
	padding-bottom: 16px;
	text-align: justify;
	text-indent: 0;
	line-height: 145%;
}

.references p
{
	font-size: 95%;
	text-indent: 0;
	padding-bottom: 16px;
	line-height: 110%;
}

p.img
{
	text-align: left;
	margin: 32px 0px 16px 0px;
	text-indent: 0;
}

.myQuote
{
	text-indent: 0;
	padding: 0px;
	padding-top: 16px;
    margin: 0px;
	padding-bottom: 16px;
}


.myQuote p.aQuote q {
    font-style: italic;
    font-size: 120%;
	padding-bottom: 0px;
}

.myQuote p {
    text-align: left;
	text-indent: 0;
    margin-left: 400px;
	padding-bottom: 24px;

}

p.aQuote {
    text-align: justify;
    margin-left: 60px;
    margin-right: 60px;
    padding-bottom: 12px;
}

h1
{
	font-size: 2em;
	margin: 48px 0px 0px 0px;
	padding: 12px 0px 36px 148px;
	border-top: 10px solid #000000;
}

h2.author
{
	font-size: 1.2em;
	margin: 0px;
	padding: 0px 0px 110px 148px;
	font-style: italic;
	font-weight: normal;
	border: none;
}


h2
{
	font-size: 120%;
	padding: 12px 0px 8px 0px;
	margin-top: 36px;
/*
	border-bottom: 2px solid #fbaf5d;
	color: #f26522;
*/
	border-top: 1px solid #000000;
}

h3
{
	font-size: 100%;
	padding: 8px 0px 8px 148px;
}

h4
{
	font-size: 0.9em;
	padding-top: 24px;
	padding-left: 64px;
}


h5
{
	padding-left: 64px;
}


#toc ul
{
	font-weight: bold;
	list-style-type: none;
	padding: 0px 0px 0px 64px;
}

#toc ul ul
{
	font-weight: normal;
	list-style-type: none;
	padding: 0px 0px 0px 32px;
}


#toc h2
{
	border-top: 4px solid #000000;
}


.center
{
	text-align: center;
}


pre
{
	font-family: "Courier New", monospace;
	font-size: 80%;
	margin: 32px 0px 16px 0px;
	padding: 0px 0px 0px 148px;
}

pre.small
{
	font-family: "Courier New", monospace;
	font-size: 105%;
	margin: 32px 0px 16px 0px;
	padding: 0px 0px 0px 148px;
}

pre.extrasmall
{
	font-family: "Courier New", monospace;
	font-size: 95%;
	margin: 32px 0px 16px 0px;
	padding: 0px 0px 0px 148px;
}

pre.exercises
{
	font-family: "Courier New", monospace;
	font-size: 115%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 148px;

}

pre.exercises1
{
	font-family: "Courier New", monospace;
	font-size: 95%;
	line-height: 200%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 148px;
}

pre.exercises5
{
	font-family: "Courier New", monospace;
	font-size: 95%;
	line-height: 150%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 148px;
}


.figure
{
	font-size: .9em;
	margin: 16px 0px 32px 0px;
	padding: 0px 0px 0px 148px;
	text-indent: 0;
}

.figure strong
{
	color: #111111;
	padding-right: 16px;
}


code
{
/*	font-family: Courier, "Courier New", monospace; */
	font-size: 1.1em;
	color: #000000;
}



ul
{
	list-style: square outside;
	padding-left: 148px;
	line-height: 145%;
}



.underline
{
	text-decoration:  underline;
}


#citation
{
	font-size: 90%;
}


.figimg
{
	padding-top: 32px;
}

