/* based on nothingless.org style sheet 
	13 sep 2004: jurgen fotopagina version
	31 aug 2004: treble version
	...
*/

body   {
	background-color: #000;
	color: #ddd;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	}

p      {
	clear: both;
	}

table  {
	margin: auto;
	}

td {	text-align: center;
	vertical-align: top;
	padding: 4x;
}

h1 {
	font-family: 'verdana', 'arial', sans-serif;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: center;
}

h2, h3 {
	font-family: 'verdana', 'arial', sans-serif;
	margin-top: 0px;
	margin-bottom: 5px;
}

hr {
	clear: both;
}

a {
	color: #ff8833;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #ffbb66;
}

a:visited {
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
}

img {
	border-color: #aaaaaa;
	border-style: none;
}

