/*                           Styles for Swipe: airports, borders and fences
                             

*/

/* -------------------------------------------- Document-wide -- */
BODY {
    position: absolute ; top: 0 ; right : 0 ; left : 0 ;
    min-width: 800px ; min-height: 600px ;
    color: black ; background-color: gray ;
    font-family: "Courier New", Courier, mono;
    font-size-adjust: 0.5 ;
    text-align: left ;
  }

H1 {
    margin: 30px 50px 80px 50px ;
    color: #000000 ; background: transparent ;
    font-family: "Courier New", Courier, mono;
    font-size: 2.5em ;
    letter-spacing: 6px ;
    text-align: left ;
  }

BODY, HR, IMG, UL, LI {
    padding: 0 ;
    border-width: 0 ;
    margin: 0 ;
  }

/* ----------------------------------------------- Navigation -- */
/* Note: link pseudo classes must be listed in this order */
A:link {
    color: #2A5500 ; background: transparent ;
    text-decoration: none ;
  }
A:visited {
    color: #193300 ; background: transparent ;
    text-decoration: none ;
  }
A:hover, A:focus {
    color: #741 ; background: transparent ;
    text-decoration: none ;
  }
A:active {
    color: #C1BBB3 ; background: transparent ;
  }

/* -------------------------------------------- Content areas -- */


/* -------------------------------------------- Footnote area -- */
#footnotes {
    text-align: right ;
    font-size: 60% ;
    word-spacing: 1px ;
}
#footnotes HR {
    float: right ;
    width: 33% ; height: 2px ;
    color: #778044 ; background: #778044 ;
}
#footnotes P {
    clear: right ;
    margin: 0 ;
    border-width: 0 ;
    padding: 0 ;
    line-height: 1.3 ;
    color: black ; background: transparent ;
}
