/*
XHTML Quick Reference Guide

Copyright (c) 2002 DDCC. May be copied, distributed, and modified under the terms of the GNU Free Documentation License. This guide is provided "as is." No warranty of any kind is expressed or implied.
*/

body
	{
	color: black;
	background-color: white;
	}

div.bodyofdoc
	{
	float: left;
	width: 60%;
	}

div.quicknav
	{
	border: none;	/*Workaround for Netscape*/
	background-color: #ccffcc;
	float: right;
	width: 39%;	/*Workaround cuz too wide otherwise*/
	}

div.quicknav h1
	{
	text-align: center;
	}

div.quicknav address
	{
	font-size: smaller;
	text-align: right;
	}

div.elem, div.attribute
	{
	border: none;		/*Netscape workaround*/
	background-color: #ffff66;
	}

.elemname, .attrname
	{
	border: none;		/*Netscape workaround*/
	background-color: blue;
	color: white;
	}

.elab
	{
	font-size: smaller;
	}

a:link
	{
	color: blue;
	}

a:visited
	{
	color: blue;
	}

a:hover
	{
	background-color: green;
	color: white;
	}

li.current
	{
	font-weight: bold;
	background-color: #ffff66;
	}
