/* End the War First global styles */

  body {
  	background-color: white;
	  font-family: Georgia, serif;
	  font-size: 10pt;
	  }
	  
/* 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
   i:    specs for index page (no size specified */
   
	.bartd {
  	background-color: #ffc0c0;
  	color: black;
  	text-align: center;
  	font-weight: bold;
  	font-size: 90%;
  	}
	.navlink {
  	color: white;
  	font-weight: bold;
  	font-family: arial,helvetica,sans-serif;
  	}
	.navtd {
  	background-color: black;
  	color: white;
  	text-align: center;
  	font-weight: bold;
  	font-size: 90%;
  	}
	.navloc {
  	background-color: #00c000;
  	color: black;
  	text-align: center;
  	font-weight: bold;
  	font-size: 90%;
  	}
	.navitd {
  	background-color: black;
  	color: white;
  	text-align: center;
  	font-weight: bold;
  	font-size: 90%;
  	}
/*	.naviloc {
  	background-color: #00c000;
  	color: black;
  	text-align: center;
  	font-weight: bold;
  	font-size: 90%;
  	} */
	.toclink {
  	color: white;
  	font-weight: bold;
  	font-size: 90%;
  	font-family: arial,helvetica,sans-serif;
  	}
	.toctd {
  	background-color: #000080;
  	color: white;
  	text-align: center;
  	}
  	
/* Headers:
   title: main header in title bar
   head:  text headers (1: big brown, 1a: smaller green, 2: smaller brown, 2a: same green
   P.:    versions for paragraphs (as opposed to spans) */
   
  .title1 {
    color: #ff0000;
    font-size: 160%;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    }
  .head1 {
    color: #a00000;
    font-size: 160%;
    font-weight: bold;
    }
  .head1a {
    color: #00a000;
    font-size: 140%;
    font-weight: bold;
    }
  .head2 {
    color: #a00000;
    font-size: 120%;
    font-weight: bold;
    }
  .head2a {
    color: #008000;
    font-size: 120%;
    font-weight: bold;
    }
  .head2b {
    color: #000000;
    font-size: 110%;
    font-weight: bold;
    }
  P.title1 {
    color: #008000;
    font-size: 160%;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    }
  P.head1 {
    color: #a00000;
    font-size: 160%;
    font-weight: bold;
    }
  P.head1a {
    color: #00a000;
    font-size: 140%;
    font-weight: bold;
    }
  P.head2 {
    color: #a00000;
    font-size: 120%;
    font-weight: bold;
    }
  P.head2a {
    color: #008000;
    font-size: 120%;
    font-weight: bold;
    }
    
/* Special purpose
   etwf_red:   main box title on home page
   home_green: home page top box and victory/defeat
   home_black: title of embassy picture
   pic_label:  small picture source label
   headl_head: "which headline" font
   headl_1:    super headline
   headl_2:    headline
   headl_3:    sub-headline
   contact:    email address footer
   invite:     invitation footer
   legal:      main bill-text for legislation
   top:        the to-top-of-page link
   netwk:      text on networking page
   ctr:        center non-homogeneous paragraphs
                (text-align only works for whole paragraps, so can't include in SPAN */

  
  .etwf_red {
    color: #ff0000;
    font-size: 300%;
    font-family: arial black,arial,helvetica,sans-serif;
    font-weight: bold;
    }
  .home_green {
    color: #008000;
    font-size: 150%;
    font-family: arial,helvetica,sans-serif;
    font-weight: bold;
    }
  .home_black {
    color: #000000;
    font-size: 130%;
    font-family: arial,helvetica,sans-serif;
    font-weight: bold;
    }
  .pic_label {
    color: #000000;
    font-size: 80%;
    font-family: arial,helvetica,sans-serif;
    }
  .headl_head {
    color: #ff0000;
    font-size: 150%;
    font-family: arial narrow,arial,helvetica,sans-serif;
    font-weight: bold;
    }
  .headl_1 {
    font-size: 160%;
    font-weight: bold;
    }
  .headl_2 {
    font-size: 120%;
    font-weight: bold;
    }
  .headl_3 {
    font-size: 100%;
    }
  .contact {
    color: #a00000;
    font-size: 120%;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    }
  .invite {
    color: #00a000;
    font-size: 100%;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    }
  .legal {
    font-family: arial, helvetica, sans-serif;
    }
  .top {
    font-family: arial, helvetica, sans-serif;
    font-size: 75%;
    }
  .netwk {
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    }
  .ctr {text-align: center}
  .bit_larger {
    color: #000000;
    font-size: 120%;
    font-family: arial,helvetica,sans-serif
    }

/* NOT CURRENTLY WORKING
   DIV:   fails to align tables
   links: override local text settings, making nav/menu bars unreadable
   table center: left-justifies at center, instead of center-justify
   
  DIV {
	  text-align: center
	  }
	a	{
    text-decoration: none; 
    color: #0000e0;
    outline: none; 
    }
  a:visited {
   	color: #c000c0;
	  }
  a:active {
   	color: #ff0000;
	  }
  a:hover	{
    color: #ff0000;
    text-decoration: underline;
    }
  .tabctr {
    position: relative; 
    top: 0%;
    left: 50%;
    }
 */