/*# DARPA proposal style sheet double spaced
#
# (c) TimBL
#
*/
BODY {
/*  font-family: serif;   */
  font-family: palatino, "book antiqua", "times new roman", times, serif;
  background: white;
/* #fffbed; on screen */ /* #f8fed3; was too yellow */ 
  color: black; 
/*
 actual printed margins (heading/body) with IE 4.0:
 8% => 25mm/33mm
 6% => 21mm/30mm
 4% => 23mm/26mm (w/H margin @-2%)
  margin: 2em 4% 2em 4%;
*/
  margin: 2em 1.5em 2em 1.6em;
}




/*           Navigation Bars
*/
TABLE.nav-buttons {
 background: #aaaaaa;
 color: grey;
 font-family: sans-serif;
 font-size: 10pt;

/*   We don't have ta navbbles for nav a draft! */
             visibility: hidden;
}


TABLE.nav-buttons TR TD {
 padding: 0 1em 0 1em;
 font-family: fixedsys, sans-serif;
 background: silver; color: black;
}

TD.pressed A {
 background: black;
 color: lime;
}

TD.if-draft A {
 background: black;
 color: lime;
}

/*  General stuff
*/

.cover {
  page-break-before: avoid;
  margin: 3% 0 4% 0;		/* don't outdent on the cover page */
}

H2 {
  margin: 1em 0 3% -1em;
  page-break-before: always;
}

H1, H2, H3, H4 {
  font-family: sans-serif; 
}


H3, H4 {
/*
  margin: 1em 0 0.5em -2%;
*/
  margin: 1em 0 0.5em 0;
}

/* Weird: remove all subheads
H2, H3, H4
{
  visibility: hidden;
}

*/


P { margin: 0  0
/*  draft only */
   1em
   0 ;
   text-indent: 3% ;

/*# Draft only: */

 line-height: 1.5; font-size: 12pt;

}


OL { line-height: 1.5;
     margin-top: 0;
     margin-bottom: .5em }


OL.single { line-height: 1.0 }

UL { line-height: 1.5;
     margin-top: 0;
     margin-bottom: .5em }

UL.single { line-height: 1.0 }

/*
# Make the proposal look different
*/

BLOCKQUOTE {  font-size: 10pt }

BLOCKQUOTE.PROPOSAL {
 font-family: sans-serif;
}

.number {font-family: monospace}

.todo  { bgcolor: yellow }

