body {
        margin: 0px;
        border: none;
        padding: 0px;
        width: 100%;
        background: #a6c6c3  url('microfeed_background.png') repeat-x; 
        color: #002222;
        font-family: "Verdana", sans-serif;
        font-size: 14px;
	line-height: 22px;
}
div.center {
        width: 740px;
        margin: 0px auto;
	padding: 0px 8px 8px 8px;
}
div.footer {
	margin: 24px 0px 16px 0px;
	border-top: 1px solid #ffffff;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
}	
table.parameters, table.properties {
	margin: 8px 0px 8px 0px;
	border: 1px solid #ffffff;
	border-collapse: collapse;
	width: 750px;
}
table.properties {
	margin-left: 2em;
}
th.type {
	width: 80px;;
}
th.name {
	width: 160px;
}
td,th {
	border: 1px solid #ffffff;
	padding: 1px 4px 1px 4px;
	text-align: left;
}
p, li {
        margin: 0px 0px 8px 0px;
        border: none;
        padding: 0px;
}
ul {
	padding: 0px;
}
li {
	list-style-type: square;
	list-style-position: inside;
	padding-left: 2em;
	text-indent: -2em;
}
h1, h2, h3, h4 {
	color: #ffffff;
}
h2, h3, h4 {
        margin: 24px 0px 8px 0px;
        border-bottom: 1px solid #fff;
        font-weight: normal;
}
h1 {
	margin: 48px 0px 48px 0px;
	font-size: 48px;
}
h2 {
        font-size: 32px;
        line-height: 34px;
}
h3 {
        font-size: 24px;
        line-height: 26px;
}
h4 {
	font-size: 16px;
	line-height: 18px;
        font-weight: bold;
}
a {
        margin: 0px;
        border: none;
        padding: 1px 4px 1px 4px;
        background-color: #b6d6d3;
        color: #002222;
        text-decoration: none;
        font-weight: bold;
}
a.anchor {
	padding: 0px;
}
a:hover {
        border-top: 1px solid #eee;
        border-left: 1px solid #eee;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        padding: 0px 3px 0px 3px;
}
a:active {
        border-top: 1px solid #000;
        border-left: 1px solid #000;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
        padding: 0px 2px 0px 4px;
        background-color: #96b6b3;
}
a:visited {
        color: #222222;
}

