@import url("common.css");

body{
   background-color: #fbf9cc;
}

.url {
  padding: 0.4em;
  width: 30%;
  border: 1px dotted Teal;
  background-color: MistyRose;}

.url a:link {
  color: Fuchsia;}

.url a:visited {
  color: Red;}

tr:hover .url {
  border: 1px solid #E544B2;
  background-color: #FFF8F1;}

tr:hover .url a, .url a:active, .url a:hover {
  color: teal !important;}

.url a img {
  border-style: none;}

.comment {
  padding: 0.4em;
  border-top: 1px dotted #EC005F;
  border-bottom: 1px dotted #EC005F;}

tr:hover .comment {
  border-top: 1px solid #E544B2;
  border-bottom: 1px solid #E544B2;}