body {
	font-size: 10px;
}

table.postit
{
background-color: #fff;
color: #404040;
table-layout: fixed;
width: 250px;
font-size: 14px;
float: right;
margin-left: 10px;
border: 1px #ac7900 solid;
}


.postitheadline
{
background-color: #ffe57b;
color: #404040;
padding-left: 6px;
font-weight: bold;
font-size: 14px;
border-bottom: 1px solid #ac7900;
}


.postitcontent
{
background-color: #fff;
color: #404040;
font-size: 12px;
padding: 8px;
}
