/* 28-pages Misdirection global styles */
/* last modified: 25 October 2016 */

  body {
  	background-color: white;
	  font-family: Georgia, serif;
	  font-size: 12pt;
	  }
	  
/* Links
   a:     uncomment to remove underlining of links
   hover: red-underlined for mouse-over
	a	{
    text-decoration: none; */
    }
  a:hover	{
    color: #ff0000;
    text-decoration: underline;
    }
    
/* Navigation bars for site (nav) and menus (toc)
   link: handles link text
   td:   handles an item's TD characteristics
   loc:  handles the current page's (inactive) item
*/
  .navtab {
    background-image: url(./images/green_bar.jpg);
    }
	.navlink {
  	color: white;
    font-family: arial, helvetica, sans-serif;
  	font-weight: bold;
  	font-size: 100%;
  	}
	.navtd {
  	text-align: center;
  	}
	.navloc {
  	text-align: center;
  	}

/* Text */

  .inv {
	color: white;
	background-color: black;
	}
	  	
/* Headers: */
   
  .title1 {
    color: #a00000;
    font-size: 200%;
    font-weight: bold;
    }
  P.title1 {
    color: #a00000;
    font-size: 200%;
    font-weight: bold;
    }
  P.head {
    color: #a00000;
    font-size: 120%;
    font-weight: bold;
    }
