
    /*	#FFFFE0 lightyellow
	#B0C4DE lightsteelblue
	#4682B4 steelblue
	#xxxxxx netscape grey
     */

html { background-color: #90a090; margin: 0em; padding: 2em 5%; }

body { color: #999; background-color: #fff; padding: 2.5em; 
       border: 2px solid #B0C4DE; /* #4682B4 */
       font-family: sans-serif; }

h1 { font-family: sans-serif; font-weight: normal; margin-top: 0em; }
h2 { font-size: 1.25em; margin-top: 1em; }
h2, h3 { font-family: sans-serif; font-weight: normal; }

div.nav { float: right; }
span.dir { font-size: 0.7em; color: #80b0d0; }
span.dir:before { content: "("; }
span.dir:after { content: ")"; }

a { text-decoration: none; border-bottom: 1px dotted #b0c4de; }
a:hover { background-color: #ffffe0; }
