/* Cascasding Style Sheet */
/* Location: http://agave.garden.org/~aaronh/styles/ */
/* Copyright © 1999-2003 Aaron Hawley */
/* point a supporting browser to: http://agave.garden.org/~aaronh/ */

body { 
	font-family: helvatica, arial, sans-serif;
	background-color: white;
	font-size: 0.8em;
	color: black;
	margin-left: 40px;
	background-image: url(/~aaronh/images/name_side.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top left
}

p { }

a {
	font-weight:bold
	}

a:link	{
	color:#f00
	}

a:visited {
	color:#003
	}
	
a:active {
	background-color: #fff
        }

a:hover {
	text-decoration: none  
	
	}

h1 { font-size: 2em }

h2 { font-size: 1.6em }

h3 { font-size: 1.4em }

h4 { font-size: 1.2em }

h5 { font-size:1em }

strong { font-size:1.25em;
	    font-weight:bold
	    }

pre { font-family:courier, monospace;
	font-size:1em
	}

a img { border-color:white; 
	 border-width: 0px }
/* so those nasty borders on images don't
show up, but doesn't work in NN4*/

p.copyright { font-family: Arial, Helvetica, times, serif;
		  font-size: 0.8em }

body.narrow { margin-right:40%;
              margin-left: 10% }

body.narrow h1 {
	margin-left: -7% }

body.narrow h2 { margin-left: -5% }
body.narrow h3 { margin-left: -2% }

.left { float:left }

.right { float:right }

.bottom { vertical-align: text-bottom }

hr { clear: both; }

blockquote.fortune q {
	white-space: pre;
	font-family: monospace;
}

blockquote.fortune cite {
	display: block;
	font-style: normal;
	white-space: pre;
	font-family: monospace;
}
	

/* End */
