@import "/fukt.css";

/* Colors and other standard stuff */
body, html	{
	color: #0c0;
	background-color: black;
	font-family: sans-serif;
	}
.inputtext	{
	color: #0c0;
	border-color: #0c0;
	background-color: black;
	font-family: monospace;
	border-width: thin;
	border-style: solid;
	}
.inputsubmit	{
	color: #0c0;
	border-color: #0c0;
	background-color: black;
	border-width: thin;
	border-style: solid;
	}
.section h2 a, .section h2 a:visited, .section h2 a:active, .section h2 a:hover	{
	color: #0c0;
	background: black;
	border-style: none;
	}
.section a:link	{ color: #0c0; }
.section a:visited	{ border-color: #030; color: #0c0; }
.section a:active	{ color: #0f0; }
.section a	{
	border-style: solid;
	border-width: thin;
	border-color: #060;
	text-decoration: none;
	}
.section a:hover {
	border-style: solid;
	border-width: thin;
/*	border-color: #0f0; */
	color: #0f0;
	text-decoration: none;
	}

h1	{
	text-align: center;
	font-weight: 100;
	}

/* Make a "section" be a box, 19em wide, floated left. */
.section	{
	float: left;
	clear: none;
	width: 19em;
	padding: 1ex;
	border-top: thin solid #0c0;
	border-right: 0; /* thin solid #030; */
	border-bottom: 0; /* thin solid #030; */
	border-left: thin solid #0c0;
	margin: 0.5ex;
	}

/* Don't use level 1 headers in sections */
.section h1 { display: none }

/* The section headers */
.section h2, .section h3, .section h4, .section h5, .section h6 {
	font-weight: 100;
	padding-left: 1ex;
	margin-top: 0;
	margin-bottom: 1ex;
	}
/* Don't include too much bottom margin in lists in boxes */
.section ul	{
	margin-bottom: 0;
	}
/* Don't indent top-level (of a section, that is) lists */
.section ul.top {
	padding-left: 0; /* Mozilla */
	margin-left: 0; /* IE/Opera */
	}
/* No bullets for list items in sections */
.section li	{
	list-style: none;
	}

/* Float the CSS and HTML buttons to the right */
.buttons img {
	border: 0;
	float: right;
	}
a img	{
	border: 0;
	}

/* This section is untested */
/* CSS2 media */
@media print {
  div.section	{
  		width: 100%;
		background:  transparent;
		}
  body, html	{
	background-color: transparent;
	}
  a:link	{ color: black; }
  a:visited	{ color: black; }
  a:active	{ color: black }
}
