BODY { 
  margin: 1em;
  font-family: serif;
  line-height: 1.1;
  background: white;
  color: black; 
}

P.special {
	color : green;
	border: solid red;
}

.mytable {
	background: black;
	color: blue;
	border-color: green;
	border-style: solid;
}

.myline {
	border-top: solid;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-width-bottom: 0;
	border-width-top: thin;
	border-width-left: 2;
	border-width-right: 2;
}

.myline2 {
	border-bottom: solid;
	border-top: none;
	border-left: none;
	border-right: thick;
	border-width-bottom: thin;
	border-width-top: 0;
	border-width-left: 0;
	border-width-right: thick;
	border-color: green;
}

.trline {
	border: none;
	padding: 0%;
	margin: 0%;
}

img {
    border: none;
}

