/* Basic style for XFree86 pages */

body {
	background-color: #efefef;
	color: black;
	margin-left: 3%;
	margin-right: 5%;
}
ul.inside	{
	list-style-position: inside
}
ol.inside	{
	list-style-position: inside
}
a:link {
	color: blue;
}

a:visited {
	color: #551a8b;
}

a:active {
	color: red;
}
     
.title {
	text-align: center;
}

.tablelabel {
	font-size: 120%;
	font-weight: bold;
}

.trademark {
	font-size: 80%;
	margin-top: 0ex;
	margin-bottom: 0ex;
}

.copyright {
	font-size: 80%;
}

.modified {
	font-size: 80%;
	font-style: italic;
}

.footnote {
	font-size: 80%;
}

li.sublist {
	list-style: none;
}

.code {
	font-family: monospace;
	letter-spacing: 0.03cm; 
}

.underline {
	text-decoration: underline;
}

.changelog {
	font-family: monospace;
}

.variable {
	font-family: monospace;
	font-weight: bold;
}

.tag {
	font-family: monospace;
	font-weight: bold;
}

.q {
	font-weight: bold;
}

.a {
	margin-left: 3em;
	margin-right: 4em;
}
	
.toc {
	margin-top: .2ex;
	margin-bottom: .2ex;
}

/* $XFree86: www/xfree86.css,v 1.12 2005/07/10 00:29:36 dawes Exp $ */
