<?
    header ("X-Powered-By: nekodune steam engine")
?>
/* $Id: zneko.ncss 41 2006-06-20 20:11:39Z jd $ */

body {
	font-weight: normal;
	font-family: sans-serif;
	font-style: normal;
	text-align: left;
	text-indent: 0;
	text-decoration: none;
	font-variant: normal;
	font-size: 12pt;
	color: black;
	background: white none;
	margin: 20px;
	padding: 0;
	<? border("none", "solid 1px #888888"); ?>
    }

a ,
a:link
    {
	color: #992222;
	background: transparent none;
	text-decoration: none;
    }

a:visited
    {
	color: #662222;
	background: transparent none;
	text-decoration: none;
    }

a:hover,
a:active, 
a:focus
    {
	color: #662222;
	background: transparent none;
	text-decoration: underline;
    }

img {
	display: block;
	margin: 0;
	<? border("none", "solid 1px #0088aa"); ?>
    }

h1 {
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 0.3em;
	margin-top: 0.3em;
	text-align: center;
    }

.subtitle {
	text-align: center;
	margin-bottom: 1.5em;
    }

.ours {
	text-align: center;
	white-space: pre;
	margin-bottom: 0.5em;
    }

.obsoletes {
	text-align: center;
    }

.refdoc {
	font-style: italic;
    }

h2 {
	text-decoration: underline;
    }
    
.short {
	border: solid #880000 2px;
	color: black;
	background: #eeeeee none;
	margin: 2em;
	padding: 1em;
    }
img.vignette {
	display: block;
	float: right;
	border: none;
	padding: 0;
	margin: 0;
    }
