body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif ;
	color: #000;
	background-color: #fff;
	}

p {
	margin-top:0ex;
	margin-bottom: 0.8ex; 
	}

ul {
	margin-top:0ex;
	margin-bottom: 1.4ex; 
}	

pre {
	font-family: "Andale Mono", "Courier New", Courier, Arial, helvetica, sans-serif;
	font-size:80%;
	margin-top:1ex;
	margin-bottom: 1ex;
	}

tt {
	font-family: "Andale Mono", "Courier New", Courier, Arial, helvetica, sans-serif;
}

a {
	color:  #900;
	background-color: #fff;
	text-decoration: none;
	outline: none;
	}
	
a:visited {
	color:  #900;
	background-color: #fff;
	}
	
a:active {
	color:  #030;
	background-color: #fff;
	}
	
a:hover {
	color: #090;
	background-color: #fff;
	text-decoration: underline;
	}

.ahem {
	display: none;
	}
	
h1,h2,h3 {
	font-style: oblique;
	margin-top: 0;
	margin-bottom: 0.5ex;
}
h1 {
	font-size:180%;
	}

h2 {
	font-size:120%;
	}

h3 {
	font-size:100%;
	}
	
	
div.center {
	text-align:center;
	}
	
.center {
	text-align:center;
}

#top, header {
	text-align:center;
	margin: 0px 0px 25px 0px;
	}
	
#footer p{
	text-align:center;
}

#footer address {
	margin-left: 150px;
	margin-top: 10px;
}

#left,nav {
	position: absolute;
	top: 205px;
	left: 0px;
	margin: 0px;
	width: 140px;
	}
		
div#left p,nav p {
	font-style: oblique;
	margin-left: 1em;
}

#middle {
	padding: 0px;
	margin: 0px 180px 0px 150px;
	}

div#middle p.tstamp {
	font-style: oblique;
	margin-top:0;
	margin-bottom: 0.8ex; 
	margin-left:2em;
	}

#right {
	position: absolute;
	top: 205px;
	right: 5px; /* Opera5.02 will show a space at right when there is no scroll bar */
	margin: 0px;
	width: 140px;
	}

span.title {
	font-style:oblique;
}
	
div#right span.title {
	font-weight: bold;
	color:  #333;
	background-color: #fff;
}

span.todo {
    color: #390;
	background-color: #fff;
}

span.title a {
	text-decoration: none;
	outline: none;
	color:  #333;
	background-color: #fff;
	}
	
span.title a:visited {
	color:  #333;
	background-color: #fff;
	}

span.title a:active {
	color:  #030;
	background-color: #fff;
	}
	
span.title a:hover {
	color: #090;
	background-color: #fff;
	text-decoration: underline;
	}
	
address a {
	color:  #333;
	background-color: #fff;
}

div#right h1 {
	font-size:100%;
	font-weight: bold;
	text-decoration: underline;
}

blockquote, div.bquote {
	margin: 0px 30px 5px 30px;
	border-left: 3px solid #900;
	padding:5px;
	color: #003;
	background-color: #eee;
}

img,object {
	border: 0;
	padding:5px;
	}

.outleft {
	float:left;
	margin-left: -50px;
}

.outright {
	float:right;
	margin-right: -50px;
}

.indent {
	margin-left:3em;
}

span.em {
	font-weight: bold;
}

span.it {
	font-style:oblique;
}

span.ul {
	text-decoration:underline;
}

span.strike {
	text-decoration:line-through;
}

p#small {
    font-size:80%;
}

em.red {
	color: #660000;
	font-style: italic;
}