/* slides.css

   Copyright (c) 2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
   W3C liability, trademark, document use and software licensing
   rules apply, see:

   http://www.w3.org/Consortium/Legal/copyright-documents
   http://www.w3.org/Consortium/Legal/copyright-software
*/
body
{
  background-color: 582212;  
  color: black;
  font-family: georgia, helvetica, sans-serif;
  font-size: 14 pt;
}

div.page
{
        width:1165px;
	height:875px;
        float:left;
	margin-left:auto;
	margin-right:10px;
	margin-bottom:10px;
	border:1px solid #000000;
	background-color:#EC8930;
	padding:10px 10px;
        font-size: 14pt;
}

div.pageeven
{
        width:550px;
	height:875px;
        float:left;
	margin-left:auto;
	margin-right:10px;
	margin-bottom:20px;
	border:1px solid #000000;
	background-color:#F4E0B1;
	padding:0px 10px;
        font-size: 10pt;
}
div.pageodd
{
        width:550px;
	height:875px;
        float:right;
	margin-left:10px;
	margin-right:auto;
	margin-bottom:20px;
	border:1px solid #000000;
	background-color:#F4E0B1;
	padding:0px 10px;
        font-size: 10pt;
}
.number {
    text-align:right;
}
.book
{
	text-align:center;
	font-size:20pt;
}
.chapter
{
	text-align:center;
	font-size:16pt;
}
.titlePage
{
	text-align:center;
	font-size:16pt;
}
.title
{
	text-align:center;
	font-size:24pt;
}
