caption {
 background: tan;
}
table, td, th {
 border-width: 1px;
 border-style: solid;
 border-color: #663300;
}
th {
 background: mistyrose;
}
td {
 background: beige;
}
a:link {
 color: royalblue; 
 text-decoration: none;
}
a:visited {
 color: darkorchid;
}
a:hover {
 color: orangered; 
 text-decoration: underline;
}
body {
 color: royalblue;
 background-image: url(bg01.gif);
 background-repeat: repeat-x;
}
H2 {
  background : lightcyan;
  color : darkslategray;
}
H3 {
  color: #663300;
  padding-left : 3px;
  border-left-width : 1pc;
  border-bottom-width : 3px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : #b00058;
  border-bottom-color : #b00058;
}
hr {
  border-top: 2px;
  border-style: dashed;
  border-color: darkmagenta;
  border-width: 70%;
}