/* ---  Layout  --- */
* { margin: 6; padding: 0; 	color: MidnightBlue;
	background-color: AliceBlue;
}

html, body {
	/* font-family: Verdana, Helvetica, sans-serif; */
      	font-family: "Courier New", courier, monospace;
	font-size: 1.0em;
}

h1, h2 {
      font-family: "Courier New", courier, monospace;
}

a { 
   text-decoration: none;
   font-family: "Courier New", courier, monospace;
}

a.two { 
   text-decoration: none;
   font-family: "Courier New", courier, monospace;
}

a.two:hover {
   text-decoration: none;
   font-family: "Courier New", courier, monospace;
   font-size: 1.2em;
   font-style: bold;
}

ul {
   list-style: circle inside lower-alpha;
   text-indent: 0.2em;
}

ul.two, li.two {
   list-style: none;
   margin-left: 0;
   padding-left: 1em;
   text-indent: -1em;
}

img { border: 0; }

