BODY {
  line-height:          120%;
  margin:		20pt;
  color:		black; 
}

H1 {
  text-align:		center;
  padding:		20px;
  background-image:     url(image/bg_h1.png);
  background-repeat:    no-repeat;
  background-position:  left top;
  border-top:		8px solid royalblue;
  border-right:		none;
  border-bottom:	8px solid royalblue;
  border-left:		none;
}

H2 {
  padding:		5px;
  width:		85%;
  background-image:     url(image/bg_h2.png);
  background-repeat:    repeat-x;
  background-position:  bottom;
  border-bottom:        4px solid royalblue;
  border-right:	        none;
  border-top:           none;
  border-left:	        none;
}

H3 {
  padding:		5px;
  width:		80%;
  background-image:     url(image/bg_h3.png);
  background-repeat:    no-repeat;
  background-position:  left bottom;
  border-top:	        none;
  border-right:	        none;
  border-bottom:        4px solid royalblue;
  border-left:	        none;
}

H4 {
  padding:		5px;
  width:		75%;
  border-top:		none;
  border-right:		none;
  border-bottom:	4px solid royalblue;
  border-left:		none;
}

H5 {
  padding:		5px;
  width:		70%;
  border-top:		none;
  border-right:		none;
  border-bottom:	4px dotted royalblue;
  border-left:		none;
}

H6 {
  padding:		5px;
  width:		65%;
  border-top:		none;
  border-right:		none;
  border-bottom:	2px dotted royalblue;
  border-left:		none;
}

UL {
  list-style-image: url(image/ul.png);
}

TABLE {
  margin:		10pt;
  width:       		80%;
  border-top:		1px solid black;
  border-right:		1px solid black;
  border-bottom:	1px solid black;
  border-left:		1px solid black;
}

TD {
  background-color:	floralwhite;
  border-top:		1px solid black;
  border-right:		1px solid black;
  border-bottom:	1px solid black;
  border-left:		1px solid black;
}

TH {
  font-weight:		normal;
  background-color:	wheat;
  border-top:		1px solid black;
  border-right:		1px solid black;
  border-bottom:	1px solid black;
  border-left:		1px solid black;
}

CAPTION {
  text-align:		center;
  font-size:		normal;
}

TT {
  font-family:          monospace, fantasy, cursive;
  font-weight:		normal;
  color:		green;
}

DT {
  width:                30%;
  border-top:           none;
  border-left:          none;
  border-bottom:        1px solid blue;
  border-right:         5px solid blue;
}

DD {
  margin-top:           10px;
  margin-bottom:        10px;
}

PRE {
  background-color:	antiquewhite;
}
