/* itsog.css 
 * Style Sheet for to-mars.org */

* { margin:0; padding:0; }	/* we'll do this item by item */

body {
  color:#600; background-color:#FEB;
  font-size:1.0em; font-family:serif; }

h1, h2, h3, h4 { font-weight:bold; font-family:sans-serif; }

h1, h2, h3, h4, p, ol { margin:1%; }
ul, ol { padding-left:20px; }

/* h1 is the Page Title */
h1 {
  color:#F96; background-color:#B22; text-align:center;
  font-size:2em;
}

div#content { margin-left:170px; }

/* div#listmenu creates a vertical menu from an unordered list */
div#listmenu {
  position:absolute; left:0px; top:30px; width:160px;
  padding:.5em 0 0 0;
  margin:25px 0 0 10px;
}
#listmenu ul {
  padding-left:2%;
  font-family:sans-serif;
  list-style:none; } 		/* no bullets */

#listmenu li {
  font-size:0.8em;
 }
#listmenu li li {
  font-size:1.0em;
 }

#listmenu ul ul { padding-left:15px; }
#listmenu li a { text-decoration:none; }	/* no underlines */
#listmenu li a:link { color:#A20; background-color:#FEB }
#listmenu li a:visited { color:#A20; background-color:#FEB }
#listmenu li a:hover { color:#FFF; background-color:#A20; }

/* h6 is used for the Copyright Notice, etc. */
h6 {
  font-size:.6em; font-weight:bold; font-family:sans-serif;
  text-align:center;
}
