
/* Page Header Title */
h1          { font-family: Times New Roman; font-size: 24pt; font-weight: bold; 
               text-align: center; margin-top: 10; margin-bottom: 10 }

/* Catalogue Header Title */               
h2          { font-family: Times New Roman; font-size: 18pt; font-weight: bold; 
               text-align: left; margin-top: 20; margin-bottom: 0; margin-left:20 }




               
/* Font Size for the Book Pages */
h4          { font-family: Times New Roman; font-size: 16pt }

/* Body  */
body { 
font-family: Times New Roman; 
font-size: 12pt; 
color: #693925;
margin-left: 240px;
margin-right: 20px;
margin-top: 10px
}

/* List for the Menu */           
h5          { font-family: Times New Roman; font-size: 10pt; 
               text-align: left; font-style: normal; margin-top: 3; margin-bottom: 3 }
               
a {
	TEXT-DECORATION: none; font-weight: bold; color: #2A403D
}
a:visited {
	TEXT-DECORATION: none
}
a:hover {
	TEXT-DECORATION: none
}
a:active {
	TEXT-DECORATION: none
}
               

hr{ color:brown; background-color:tan; width:90%; height:2px; } 

/* Default Table Settings and Default Table Font Size */
table {
font-family: Times New Roman;
font-size: 12pt;
color: #693925;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px
}