body
{
	margin: 0;
	font-size: 100%;
	font-family: Verdana, sans-serif;
	background: #222222;
	color:#fff;
}
		
h2 { font-size:20px; }
h3 { font-size:16px; }

p
{
	font-size: .75em;
	color: #fff;
}

a {	color: #fff; }

pre {
	width:500px;
	clear:both;
    border: 2px dashed #607e98;
    border-left: 20px solid #607e98;
    font-size: 12px;
    padding: 10px;
    color: #808080;
    background: #F1F1FF;
    overflow: auto;
    margin:10px 0 10px 0;
}

#usage-header {
	font-weight:bold;
	color:#d5431d;
}

.usage b {
	font-weight:bold;
	color:#607e98;
}


#content
{
	clear: left;
	width: 600px;
	margin: 30px auto;
	text-align:left;
}

#text-links {
	overflow:auto;
	clear:both;
	margin: 30px 0px 30px 0px;
	text-align:left;
}
		
#download {
	overflow:auto;
	clear:both;
	margin: 30px 0px 30px 0px;
	text-align:left;
}

#planned-development {
	overflow:auto;
	clear:both;
	margin: 0px 0px 30px 0px;
	text-align:left;
}

#ufbuttons {
	overflow:auto;
	clear:both;
	margin: 30px 0px 30px 0px;
	text-align:left;
}

#illustrate-offset {
	overflow:auto;
	clear:both;
	margin: 30px 0px 30px 0px;
	text-align:left;
}


