div#container
{
        background-position: top right;
/*        background-image: url(page_background.png); */
}
div#content
{
        margin-left: 10px;
        margin-right: 10px;
        line-height: 120%; 
}

h1,h2,h3,h4,h5 {
    font-family: Helvetica;
    background-color: lightblue;
    padding-left:3pt;
    padding-bottom: 2pt;
    margin-top:4pt;  
    margin-bottom:8pt;
    border-style:none;
    border-width:thin;
}
h1 {
    font-size: 18pt;
}
h2 {
    font-size: 16pt;
    padding-left:6pt;
}
h3 {
    font-size: 12pt;
    padding-left:9pt;
}
h4 {
    font-size: 10pt;
    padding-left:12pt;
}

ul li
{
	margin: 5px;
}

table.limits tr td { 
	border: 1px solid gray; 
	font-size: 80%; 
	border-collapse: collapse; 
}

table.cmp 
{
	border: 1px solid gray; 
	font-size: 100%; 
	border-collapse: collapse; 
	text-align: center;"
}
table.cmp  td 
{
  background-color: #ddffdd;
}
table.cmp td.no {
  background-color: #ffdddd;
}

table.cmp td.depends {
  background-color: #ffffdd;
}

table.cmp td.feature {
  background-color: #eeeeee;
}

table.cmp tr.feature  {
  background-color: #eeeeee;
}
