@charset "iso-8859-1";
/*
CSS file for http://f0dder.has.it (http://f0dder.reteam.org).
*/

BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #000000;
	color: #8098B0;
	margin-left: 40px;
	margin-right: 40px;
	max-width: 100ex;
}

CODE {
	color: #C0D0B0;
	white-space: pre;
	font-family: "Courier New", sans-serif;
}

CITE {
	color: #C5E0B0;
/*	font-family: Courier New, sans-serif;*/
	font-style: italic;
	font-weight: bold;
}

H1 {
	text-align: center;
}

A {
	color: #0088FF;
	text-decoration: underline;
}

A:HOVER {	  
	background-color: #8098B0;
	color: #FFFFFF;
}

A:VISITED {
	color: #505050;
}

A:ACTIVE {
	color: #FF0000;
}

H2 {
	background: #999999;
	color:#000000;
	font-size: 20px;
	font-weight: bold;
	text-align: right;
	margin-left: -10px;
	margin-right: -10px;
}

.inset {
	display: block;
	float: left;
	margin: 0.5em;
}

.linktop {
	background: #223344;
	margin-left: 40px;
	margin-right: 40px;
	padding: 2px;
	border: white dotted 1px;
}

.linkbody {
	background: #102040;
	margin-left: 40px;
	margin-right: 40px;
	padding: 6px;
}

.bottomtext {
	background: #FFFFFF;
	color: #000000;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 14px;
	text-align: center;
}

.codebox {
	color: #C0D0B0;
	background: URL("gfx/zeroes.gif");
    border: 1px dotted #556677;
	display: block;
}

.listing
{
	font-size: 90%;
	color: black;
	margin: 1em 0.5in;
	padding: 0.5em;
	background: #F0F0F0;
	border-top: black dotted 1px;
	border-left: black dotted 1px;
	border-right: black solid 2px;
	border-bottom: black solid 2px;
}

.ext-link { background: url(gfx/extlink.gif) no-repeat 0 58%; padding-left: 16px }
* html .ext-link { background-position: 0 .35em } /* IE hack, see #937 */
