body { background-color:#fffc84; font-family:sans-serif; 
	font-weight:bold;
	margin-left: 4em; margin-right: 4em; 
     margin-top: 2em; margin-bottom: 2em; 
}

pre {
    font-family: monospace;
}

em {
    font-style: inherit;
    color:#e51300;
}

h1 { color:#e51300;
}

a:link { text-decoration:none; color:#e51300; font-weight:bold; }
a:visited { text-decoration:none; color:#c90000; font-weight:bold; }
a:hover { text-decoration:underline; color:#e51300; font-weight:bold; }
a:active { text-decoration:none; color:#e51300; font-weight:bold; }

