/* Michael John Wensley ... css for xml */

@namespace rdf url(http://www.w3.org/1999/02/22-rdf-syntax-ns#);
@namespace content url(http://purl.org/rss/1.0/modules/content/);
@namespace dc url(http://purl.org/dc/elements/1.1/);
@namespace rss url(http://purl.org/rss/1.0/);
@namespace cc url(http://web.resource.org/cc/);
@namespace gg url(http://www.sitemaps.org/schemas/sitemap/0.9);

gg|urlset {
        background-color: #0088FF;
}

gg|url {
        background-color: #0077EE;
        color: black;
        display: block;
        border: thin solid black;
        padding: 1em;
        margin: 0.5em;
}
gg|loc {
        display: inline;
}

gg|lastmod {
        display: none;
}

gg|priority {
        display: none;
}

html {
        background-color: #000000;
        color: #FFFFFF;
}
body {
        background-color: #000000;
        color: #FFFFFF;
	font-size: 1em;
        font-family: Arial, sans-serif;
}
h1 {
        font-family: Arial, sans-serif;
        font-size: 2em;
        color: #FFFFFF;
        background-color: #000000;
        padding: 0.2em;
        height: auto;
        width: auto;
        border-bottom: solid 0.05em red;
}
kbd {
	color: #FFFFBB;
        background-color: inherit;
}
var {
	color: #FFBB99;
        background-color: inherit;
}
h2 {
        font-family: Arial, sans-serif;
        font-size: 1.5em;
        color: #FFFFFF;
        background-color: #000000;
        padding: 0.2em;
        height: auto;
        width: auto;
	text-align: center;
}
p {
}
table {
        border: solid 0.05em green;
}
a:link {
        background-color: inherit;
        font-style: normal;
        text-decoration: none;
        color: #88FF88;
}
a:hover {
        background-color: inherit;
        font-style: normal;
        text-decoration: none;
        color: #FFFF88;
}
a:visited {
        background-color: inherit;
        font-style: normal;
        text-decoration: none;
        color: #88FFFF;
}
p.copyright {
        font-size: small;
}
.footer {
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
}
input {
	background-color: black;
	color: white;
	border: 0.05em yellow solid;
}
ul {
	list-style-type: square;
	list-style-image: url(list.png);
}
pre {
	border: thin solid rgb(99,22,22);
	background: rgb(11,11,11);
	color: inherit;
}
