
body {
	font-family: Verdana, sans-serif;
	font-size: 11pt;
	background-image: url(mandelbrot.jpg); /*Background images generated by easyfractalgenerator.com*/
}

a.fancy:link, a.fancy:visited {
	color: black;
	text-decoration: none;
}

a.fancy:hover {
	color: navy;
	font-size: 12pt;
	font-weight: bold;
}

smallbold {
	font-size: 9pt;
	font-weight: bold;
}

mono {
	font-family: monospace;
}

small {
	font-size: 10pt;
}

div.twocolumn {
  width: 1150px;
}

div.twocolumn > div.lcolumn {
  width: 525px;
    float: left;
    margin-right: 50px;
}