/* index.css */ 


  body	{ 
	margin: 8px; 
	margin-right: 2px; margin-left: 2px; 
	margin-right: 0; margin-left: 0; 

	border: 0px solid red; 
  	padding: 0; 
	} 

  #rendering	{ margin-right: -2px; margin-left: -2px; } 

  .plain	{ padding: 0 19%; text-align: justify; } 
  .plain2	{ padding: 0 19%; text-align: justify; font-size: 1.125em; line-height: 2; } 
  .plain3	{ padding: 0 9%;   text-align: justify; font-size: 1.125em; line-height: 2; line-height: normal; } 

  blockquote  { 
	margin: 1.2em 0 1.2em; 
	padding: 0 19%; text-align: justify; 
	font-size: 1.125em; line-height: normal; font-family: 'Times New Roman'; 
  } 


  body, td, p  { font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', Georgia, serif; } 

  p	{ margin-top: 1.2em; margin-bottom: 1.2em; border: 0px solid; padding: 0; } 

  a	{ text-decoration: none; font-weight: bold; font-size: 1.3em; } 

  .big	{ font-size: 120%; }
  .bigger	{ font-size: 130%; } 
  .alittlebitbigger { font-size: 115%; line-height: normal; } 
  .muchbigger  { font-size: 150%; font-variant: small-caps; font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', Georgia, serif; } 
  .huge	{ padding: 0.3em; font-weight: normal; font-size: 150%; line-height: 1; } 
  .massive  { 
	font-weight: bold; font-size: 200%; font-family: serif; 
	font-weight: normal; font-size: 200%; font-family: serif; 
	font-variant: small-caps; 
	} 

  #contact  { font-size: 0.83em; text-align: justify; padding: 0 30%; } 
  #copyright  { font-size: 0.7em; text-align: center; } 

  body	{ background: #223; color: #fff; } 
  h1, h2, h3, h4, h5, h6, td, p  { color: #fff; } /* for NN4 */

  .plain2, .plain3	{ color: #eee; } 

  a:link	{ color: #05e; color: #0099ff; } 
  a:visited	{ color: green; color: #3d3; }  
  a:hover	{ color: #3d3; } 
  a:active	{ color: blue; } 

  a:link .huge 	{ color: #05e; color: #0099ff; } 
  a:visited .huge 	{ color: #6d3; }  
  a:hover .huge	{ color: #6d3; } 
  a:active .huge 	{ color: #6e3; } 

  /* a:link, a:visited, a:hover, a:active, a:link .huge, a:visited .huge, a:hover .huge, a:active .huge	{ color: #0cf; } */

  #ThePhotos	{ font-weight: normal; font-size: 2.5em; padding: 30px 20px 0px 30px; } 

  #starthere	{ font-weight: normal; font-size: 1.125em; padding: 22px 30px 10px 20px; } 

  #starthere a:link	{ color: #00e0ff; } 
  #starthere a:visited	{ color: #66dd33; } 
  #starthere a:hover	{ color: #66ff33; } 
  #starthere a:active	{ color: #66ff33; } 

  #nav a		{ padding: 0.2em 0.2em 0.4em; } 

  #nav a		{ font-size: 1em; } 

  #nav td a:link 	{ display: block; width: 100%; border: 1px solid #9f; }
  #nav td a:hover 	{ background: #4f4f4f; color: #0bf; border: 1px solid #bf; }








