/*
Ashley's style-sheet
*/

body, table
{
  text-align:   left;
  color:        black;
  background:   white;
/* background:  #EEE8E8	url(fire.jpeg) center no-repeat fixed; */
  border-width:	thin;
  font-family:	"lucida grande",tahoma,verdana,helvetica,sans-serif;
  padding: 20pt;
  font-size:    11px;
}

div.margin
{
 padding-left: 30pt;
}

strong
/* this needs to be specified to work around an I.E. bug. */
{
  font-weight: bold;
}

em
{
  font-style: italic;
}

/*
a:LINK
{
  color: #609;
}

a:VISITED
{
  color: #303;
}

a.external:LINK
{
  color #00C;
}

a.external:VISITED
{
  color: #006;
}
*/

h1
{
  text-align:    center;
  margin-top:    3pt;
  margin-bottom: 12pt;
  font-family:	"lucida grande",tahoma,verdana,helvetica,sans-serif;
/* font-family:	"Stempel Garamond", "Times New Roman", Times, Palatino, serif;	*/
/* font-family:	"Times New Roman", Times, Palatino, serif;*/
  font-size:     200%;
  font-weight:   medium;
/* font-variant: small-caps; */
}

h2
{
  font-family: "lucida grande",tahoma,verdana,helvetica,sans-serif;
  font-size:   150%;
  font-weight: medium;
}

h3
{
  font-family: "lucida grande",tahoma,verdana,helvetica,sans-serif;
  font-size:   133%;
  font-weight: bold;
}
