.title {
	text-align: center;
	font-size: x-large;
}
.subtitle {
	text-align: center;
	font-size: large;
	font-weight: bold;
	font-style: italic;
}
.path {
	font-size: small;
	font-family: "Courier New", Courier, mono;
}
.subtitle-left {
	font-size: medium;
	font-weight: bold;
	font-style: italic;
}
.listing {
	font-size: small;
	background: #CCCCCC;
	margin-left: 30px;
	font-family: "Courier New", Courier;
}
.command {
	font-weight: bold;
	font-family: "Courier New", Courier;
	font-size: medium;
}
.cmd-reply {
	margin-left: 15px;
	font-family: "Courier New", Courier;
}
a:link{ text-decoration: none; font-weight: bold; color: #000099;}
a:visited  { text-decoration: none; font-weight: bold; color: #CC00CC; } 
a:hover { text-decoration: none; color: #0033FF;}
.optional {
	color: #999999;
}
.column_title {  font-size: medium; font-weight: bold; background-color: #0000CC; text-align: center; vertical-align: middle; color: #00CCFF}

