body {
	font-family:verdana, arial, sans-serif;
	margin:0px 0px 10px 0px;
	color:#ccc;
	background-color:#333;
	padding-top:20px;
	padding-left:40px;
	padding-bottom:20px;
	padding-right:20px;
	}

A		{ color:#9C6; font-family:verdana, arial, sans-serif; text-decoration:none; }
A:link		{ color:#9C6; text-decoration:none; }
A:visited	{ color:#9C6; text-decoration:none; }
A:active	{ color:#FC9; }
A:hover		{ color:#FC9; }

h1,h2	{
	border:1px solid #999;
	padding:5px;
	font-weight:normal;
	font-size: large;
	}

h3	{
	font-weight: normal;
	font-size: medium;
	text-decoration: underline;
	}

pre	{
	padding:5px;
	background-color: silver;
	color: black;
	}

pre A		{ color:green; font-family:verdana, arial, sans-serif; text-decoration:none; }
pre A:link	{ color:green; text-decoration:none; }
pre A:visited	{ color:green; text-decoration:none; }
pre A:active	{ color:#FC9; }
pre A:hover	{ color:#FC9; }

img	{
	border-style: none;
	}

dt	{
	font-weight: bold;
	display: compact;
	}

code	{
	font-size: medium;	
	font-weight: bold;
	}

dt:after {
	  content:": "; 
	}

div.links {

	border-left: solid thick #999;
	padding-left: 4px;
	}

.links h1 {
	color: black;
	font-weight: bold;
	background-color: #999;
	font-size: medium;
	border: none;
	}

.links ul {
	padding-left: 0px;
	}

.links li {
	font-size: small;
	list-style-type: none;
	padding-left: 0px;
	}

.floatleft {
	border-style: solid;
	border-width: thin;
	border-color:#999;
	padding: 4px 4px 4px 4px;
	margin: 4px 20px 4px 4px;
	float: left;
	}

.header {
	color: #FF8;
	font-size: 36px;
	letter-spacing: 8px;
	padding-left: 120px;
	text-transform: lowercase;
	background-image: url('header.jpg');
	background-repeat: no-repeat;
	background-color: #000;
	height: 45px;
	margin-bottom: 20px;
	}

.footer {
	position: relative;
	font-size: small;
	background-color: #000;
	height: 38px;
	padding-top: 7px;
	padding-left: 20px;
	padding-right: 20px; 
	margin-top: 20px;
	text-align: center;
	}