body
{
	background-color: #222;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	color: silver;
	margin-left: 1%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 1%;
}

div
{
	background-color: gray;
	font-family: Lucida Console, LucidaTypewriter, Courier New, Courier, Fixedsys, Fixed, monospace; 
	font-size: 8pt;
	color: white;
	text-align: left;
	margin-right: 3ex;
	margin-top: 1ex;
	margin-bottom: 1ex;
	padding: 1ex;
	border: 1px solid white;
	display: block;
}

div.license
{	
	background-color: #222;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	color: silver;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: center;
	border: 0px;
	border-collapse: collapse;
}

ul.input 
{
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

.root li:before 
{
	content: "# ";
}

.cpan li:before 
{
	content: "cpan\003E \0020";
}

.user li:before 
{
	content: "$ ";
}

a:link, a:visited, a:active
{
	color: #737EFA;
	text-decoration: none;
}

a:hover 
{
	color: #A5B0FA;
	text-decoration: underline;
}

.right
{
	text-align: right;
}

.center
{
	text-align: center;
}

img
{
	border: 0px;
}
