body {font-family:verdana, arial, helvetica, sans-serif; margin:0em; padding:0em}
div#page{padding:.1em 1em 1em 1em;}
#nav{font-size:90%;text-align:center}
div#content{max-width:42em}
#summary {color:black; background-color:#EEFFFA}
p#author, p#last{margin-top:3em;font-size:80%}
h1, h2, h3{margin-top:1.5em}
h2 span, h3 span{font-size:75%; color: black; background-color: white}

li{margin: .4em 0em 0em 0em}

/* link default */
a:link{color:blue; background-color: transparent; text-decoration: underline}
a:visited{color: purple; background-color: transparent; text-decoration: underline}
a:hover{color: red; background-color: transparent; text-decoration: underline}
a:active{color: white; background-color: blue; text-decoration: none}
a:focus{color: white; background-color: blue; text-decoration: none}

/* blue only */
p#nav a:link{color:blue; background-color: transparent; text-decoration: underline}
p#nav a:visited{color: blue; background-color: transparent; text-decoration: underline}
p#nav a:hover{color: red; background-color: transparent; text-decoration: underline}
p#nav a:active{color: white; background-color: blue; text-decoration: none}
p#nav a:focus{color: white; background-color: blue; text-decoration: none}

@media print
{
 #nav{display:none}    
}