/* style.css - a style sheet with background */
body {
  margin: 1px 3px 1px 10px;
  color: #FFFFFF; background:#006699;
  font-size: 12px;
  font-weight: 900;
  font-family:verdana,geneva,helvetica,arial,sans-serif;
  text-align: left
  }
a:link {
color:#00FFFF;
background:transparent;
font-weight: bold;
text-decoration:none;
}
a:visited {
color:#6699CC;
background:transparent;
font-weight: bold;
text-decoration:none;
}
a:active {
color:yellow;
background:transparent;
font-weight: bold;
text-decoration:none;
}
a:hover {
color:#ffffff;
background:#6699CC;
}
ul {
  margin-left: 3px;
  padding-left: 0;
}
li {
 margin-left: 5px;
  padding-left: 0;
}
ol        { list-style-type: lower-alpha }  /* a b c d e etc. */
ol ol     { list-style-type: decimal }      /* 1 2 3 4 5 etc. */
ol ol ol  { list-style-type: lower-roman }  /* i ii iii iv v etc. */
blockquote { 
background-color: #FFDEAD;
padding: 10px;
}
h1 { 
color: white; text-align: center;
font-size:20pt;
}
h2, h3,h4 { 
color: #7E2D01; text-align: center;
 }
