/* Default styles for the geomrr pages */
/* The Geometry of Risk and Reward     */
/* Written by Vic Norton, Mar 2002     */

body {
	background: white;
	color: black;
	font-size: 14px;
	line-height: 21px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin-left: 3em;
	margin-right: 1em;
	width: 650px;
}

div.title {
	font-family: 'Times New Roman', Garamond, serif;
	font-size: 250%;
	font-weight: bold;
	text-align: center;
	margin: 1em 0ex 1ex 0ex; 
}


h1 {
	font-family: 'Times New Roman', Garamond, serif;
	font-size: 200%;
	margin-top: 1ex;
	/* margin-left: -1em; */
}

h2 {
	font-family: 'Times New Roman', Garamond, serif;
	font-size: 150%;
}

pre {font-family: monospace}

a:link { color: blue }
a:visited { color: purple }
a:active { color: red }

a.directions:link { color: white }
a.directions:visited { color: white }
a.directions:active { color: white }

span.lead { float: left;
	margin: 0em .5em .25em 0em;
	background: #ffc;
	padding: .3em;
	border: thin black solid;
	font-size: 150%;
	font-family: 'Times New Roman', Garamond, serif;
	font-weight: bold;
}

.fund {
	font-weight: bold;
	font-family: Courier, monospace;
}

.url { font-family: Courier, monospace; }

h1 { margin-left: -1ex; }

ul, ol, li {
	margin-top: 0ex;
	margin-bottom: 0ex;
}

.indent {
	margin-left: 2em;
}

div.top {
	margin-left: -1em;
	margin-right: -1em;
}

div.bottom {
	margin-left: -1em;
	margin-right: -1em;
}

.left-box {
	float: left;
	margin: 0em .5em .5em 0em;
	background: #ffc;
	padding: .5em;
	border: thin black solid;
}

