/*
http://twcny.com/peg/style/pegasys.css
PEGASYS website style sheet by Paul Smith
last updated March 15, 2004
*/

body {
  background: white;
  font-family: Georgia, Times, serif;
  margin: 36pt
  }

h1, h2, h3, h4, h5, h6 {
    font-family: Geneva, Arial, Helvetica, Impact, sans-serif;
    margin-top: 24pt
  }

.danger {
    background:        rgb(255,204,204);
    border-left:       solid;
    border-right:      none;
    border-top:        none;
    border-bottom:     none;
    border-left-width: thin;
    border-color:      red;
    padding-left:      0.2em
  }

li { margin-top: 0.3em }

.liveprogram {
    font-weight: bold
  }

.orientation {
    background:    white;
    border:        solid;
    border-width:  1px;
    font-size:     100%;
    margin-left:   none;
    margin-right:  none;
    margin-top:    none;
    margin-bottom: none;
    padding:       0.4em
  }

p { line-height: 130% }

.pegasysnav {
    /* font-family: Geneva, Arial, Helvetica, sans-serif; */
    /* font-size: 10pt; */
    /* border: solid; */
    /* border-color: blue; */
    /* border-width: 2px; */
    margin-top: 24pt
  }

.smalltype {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size:   9pt;
    text-color:  gray
  }

.specialevent {
    background:    rgb(204,255,204);
    border:        solid;
    border-width:  3px;
    font-size:     100%;
    margin-left:   none;
    margin-right:  none;
    margin-top:    none;
    margin-bottom: none;
    padding:       0.5em
  }