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

a:link {
	background-color:transparent;
	color:blue;
	text-decoration:none;
	border:1px solid transparent;
}
a:visited{
	background-color:transparent;
	color:#660099;
	text-decoration:none;
	border:1px solid transparent;
}
a:hover {
	background-color:#EEEE00;
	color:blue;
	text-decoration:none;
	border:1px dashed black;
}
a:active {
	background-color:#EEEE00;
	color:red;
	text-decoration:none;
	border:1px dashed 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;
	border:1px solid black;
	border-spacing:0px;
}

table.content td {
	border:1px solid black;
	margin:0px;
	padding:4px;
}

p.topic {
	border-left:1px solid black;
	margin-left:25px;
	padding-left:5px;
}

.command {
	font-family:monospace;
}

.code {
	font-family:monospace;
	background-color:#EEEEFF;
}

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

.filename {
	font-style:italic;
}

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

.nav {
	padding:10px;
	background-color:#EEEEEE;
	color:black;
}

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