
body {
	font: normal 80% sans-serif;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.5;
	margin-left: 1.3em;
}

a:link { text-decoration:none; }
a:visited { text-decoration:none; }

a:focus,a:hover {color: #990000;}
a {
	color: #000099;
	text-decoration: underline;
}

a.qt:link {color:black;}
a.qt:active {color:black;}
a.qt:hover {color:green;}
a.qt:visited {color:black;} 

code {
	font: 1.2em monospace;
	line-height: 1.5;
}

h1{ background-color:#CCCCCC;}
h2{ background-color:#DDDDDD;}
h3{ background-color:#EEEEEE;}


li ul, li ol {margin-left: 1.5em;}
ul, ol {margin: 0 0 0 0;}

ul {list-style-type: disc;}
ol {list-style-type: decimal;}

th,td,caption {padding: 4px 10px 4px 5px;}