 body{
  color:lightgrey;
  background-color:black;
  background-image:url("materials/rose_r.gif");
  background-repeat:repeat-y;
  background-position:right;
  font-size:12pt;
 }
 h1{
  color:firebrick;
  font-size:24pt;
  text-align:center;
 }
A:link    {
 text-decoration: none;
 color:cyan;
}
A:visited {
 text-decoration: none;
 color:cyan;
}
A:active  {
 text-decoration: none;
 font-weight: bold;
 color:darkred;
}
A:hover   {
 text-decoration: none;
 font-weight: bold;
 color:crimson;
}
 p {
  color:lightgrey;
  font-size:12pt;
  margin:10px 10px;
 }
 td {
  color:lightgrey;
  font-size:12pt;
 }
 hr {
  color:gray;
 }
.price{
 text-align:right;
 font-size:10pt;
}
.gen{
 color:blue;
}
.lad{
 color:deeppink;
}
