/* this is the main style sheet for "A Simple Guide to Mesa 2" */

body { 
  margin-left: 0.5in;
  margin-right: 0.5in;
  color: black;
  background-color: white;    
  background-image: url(images/Mesa2Background.gif)
}

:link { color: blue }
:active { color: red }
:visited { color: black }

p.afterlist, p.aftertable {
  margin-top: 0.8em
}

pre, ul, ol, dl {
  color: black;
  background-color: #fefefe
}

h2.redbar {
  color: #FF0000;
  background-color: transparent;
  text-align: center
}

table {
  color: black;
  background-color: white;
}

th {
  color: black;
  background-color: #ffffe0
}

h6.revision {
  text-align: center;
  color: #A0A0FF;
  background-color: transparent
}

span.lightblue {
  background-color: transparent;
  color: #A0A0FF
}

h1, h2, h3, h4, h5, h6, p.intro {
  margin-left: -0.375in;
  margin-right: -0.375in
}

p.updated {
  color: #FF0000;
  background-color: #fefefe;
  margin-bottom: 2pt
}

p {
  margin-top: 2pt;
  color: black;
  background-color: #fefefe;
}

h1.title {
  text-align: center
}

h3.longtitle {
  text-align: center
}

h5.lastlinks{
  text-align: center
}

h5.revision {
  font-style: italic; 
  text-align: center
}

p.author {
  text-align: right;
  margin-right: -0.375in
}

div.center {
  text-align: center
}

div.right { 
  text-align: right;
}