pre { font-family: monospace; } /* browser bug workaround */

body {
	background: #fff0b0;

	margin-top: 40px;
	margin-left: 40px;
	margin-right: 40px;
}

A:link {text-decoration:underline; color:#660000} // bloodred (Safe Hex3)
A:hover {text-decoration:underline; color:red}
A:visited {text-decoration:underline; color:#993300} // chocolate (Safe Hex3)

