body {
  margin : 0;
  padding : 0;
  border-color : #cc0000;
  background-color : #ffffff;
  color : #000000;
}
p, ul, ol, li {
  font : 10pt Arial,geneva,helvetica;
}
h1 {
  font : bold 14pt Arial, Helvetica, geneva;
}
h2 {
  font : bold 12pt Arial, Helvetica, geneva;
}
#leftnavigation {
  position : absolute;
  left : 0;
  width : 240px;
  margin-left : 0px;
  margin-top : 0px;
  color : #000000;
  padding : 3px;
}
#rightnavigation {
  position : absolute;
  left : 90%;
  top : 20px;
  width : 100px;
  padding-left : 10px;
  z-index : 3;
  color : #000000;
  padding : 3px;
}
#content {
  top : 0px;
  margin : 0px 10% 0 270px;
  padding : 3px;
  color : #000000;
}
#content h1, #content h2 {
  color : #cc0000;
}
p.test {
	border: 0px solid #000000;
	white-space: nowrap;
	width: 400px;
	height:50px;
	overflow: hidden;
	text-overflow: ellipsis;
}
