body {
	font-family:"Trebuchet MS",Trebuchet,Verdana,arial,Sans-Serif;
	font-size: 20pt;
	margin:0px 0px 20px 0px;
	background:#ffeeee;
}

/* a tags */
                                                                                   
a:link {
	color: #000099;
	text-decoration: underline;
	font-weight: bold;
}
                                                                                   
a:visited {
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}
                                                                                   
a:active {
	color: #000099;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

/* Big headline thing */
th {
	color:#333;
	background-color: #cccccc;
	font-size:x-large;
	font-weight:normal;
	text-align:left;
}


table.topbox {
	margin-left: 1%;
	margin-right: 1%;
	border: 1px solid #333;
	padding: 5px;
	margin-bottom: 2px;
	margin-top: 2px;
	background: #eeeeff;
}

table.box {
	margin-left: 1%;
	margin-right: 1%;
	border: 1px solid #333;
	padding: 5px;
	margin-bottom: 2px;
	margin-top: 2px;
	background: #eeeeee;
}

pre.code {
	padding: 4px;
	background: #e0e0e0;
}

div.table table, div.informaltable table {
	background: #333366;
	border-collapse: separate;
	border: solid 1px #333366;
	border-spacing: 1px;
}

div.table th, div.informaltable th {
	color: white;
	background: #4488cc;
	border: 0px;
	padding: 2px;
}

div.table td, div.informaltable td {
	background: #fffff8;
	border: 0px;
	padding: 1px;
}

/* lists of things */

li:before {
	display: marker;
	marker-offset: 0px;
}

li {
	list-style: circle outside url(/images/bullet.png);
}

