/* mnsi.css  */

/* background   
places:      bisque
schools:     lightcyan
jobs:green   mintcream  for money
ramblings:   lightyellow 
miller:      blanchedalmond
eats:
*/

body.main      { background:blanchedalmond; }
body.places    { background:bisque; }
body.schools   { background:lightcyan; }
body.jobs      { background:mintcream; }
body.ramblings { background:lightyellow; }
body.miller    { background:blanchedalmond; }
body.eats      { background:seashell; }

ul.main		{ list-style-image: url(images/blue.gif); }
ul.sub		{ list-style-image: url(images/green.gif); }
ul.places	{ list-style-image: url(images/earth.gif); }
ul.schools	{ list-style-image: url(images/greenbul.gif); }
ul.jobs		{ list-style-image: url(images/sundot.gif); }
ul.ramblings	{ list-style-image: url(images/brown.gif); }
ul.miller	{ list-style-image: url(images/sundot.gif); }


A:link { color: blue }          /* unvisited link */
A:visited { color: red }        /* visited links */
A:hover {background: #FFC}
A:active { color: lime }        /* active links */

h1 { color:red }
h2 { color:blue }
h1.center, h2.center, p.center {text-align: center}


h1,h2,h3 { font-family: verdana, arial, 'sans-serif'; }
p,ul { font-family:times, serif; }


H1 { font-size:   2em;  margin: .67em 0 }
H2 { font-size: 1.5em;  margin: .83em 0 }
H3 { font-size: 1.17em; margin:   1em 0 }

h1,h2,h3,p {margin-left: 20px; margin-right: 20px; }

H1, H2, H4, H6 { font-weight: bold }
  H1 { font-size: xx-large }
  H2 { font-size: x-large }
  H3 { font-size: large }


ul {
list-style-type: disc; 
list-style-position: outside;
}

ol { list-style:decimal;  }



