body {
	font-family:Trebuchet MS, Verdana, Geneva, helvetica, sans-serif;
	font-size:0.9em;
	background-color:white;
	color:black;
}

a:link {
	color:blue;
}
a:visited{
	color:#660099;
}
a:hover {
	color:blue;
}
a:active {
	color:red;
}

h1.content {
	font-size:1.4em;
}

h2.content {
	font-size:1.2em;
}

h3.topic {
	font-size:1.0em;
	font-weight:bold;
	margin-left:20px;
	padding:0px;
}

h3.content {
	font-size:1.0em;
}
table.content {
	margin:4px;
}

table.content td {
	margin:0px;
}

p.topic {
	margin-left:25px;
	padding-left:5px;
}

.command {
	font-family:monospace;
}

.code {
	font-family:monospace;
}

.var {
	font-family:monospace;
	font-style:italic;
}

.filename {
	font-style:italic;
}

.headline {
	font-weight:bold;
	font-size:1.2em;
}

.nav {
	padding:10px;
	color:black;
}

.copyright {
	padding:3px;
	color:black;
	text-align:right;
}	
