body {
margin: 0px;
padding: 0px;
border: 0px;
border-spacing: 0px;
background-color: rgb(255,255,225);
/*background:url(line.gif) repeat-y;*/
}
/********/
.main {
margin: 0px;
padding: 0px;
border: 0px;
border-spacing: 0px;
;table-layout: fixed;
}
table.main {
/*width: 800px;*/
width: 100%;
}
/********/
/*
P {
   MARGIN-TOP: 0px;
   MARGIN-BOTTOM: 0px
  }
*/
p {
   MARGIN-TOP: 2px;
   MARGIN-BOTTOM: 20px
  }

/********/
a, a:link, a:visited, a:hover{
font-family: Arial, Satisfaction;
font-size: 12px;
color: #0000ff;
text-decoration: none;
font-style: normal;
font-weight: normal;
}
a:hover
{
/*color: #0000ff;
font-style: normal;
*/
text-decoration: underline;
font-weight: bold;
}
a.hier {
/*text-decoration: underline;*/
font-weight: bold;
}