/* 
   Stylesheet used by Proxomitron's HTML source view
   ... modified to make the Proxomitron matches easier to see ...
*/

/* The whole page */
body, pre
{
  font: normal normal 12px Tahoma, Verdana, Arial, serif;
  background-color: #CEDFEF; /* very light blue */
  color: #000031;            /* light black */
  display: block;
}

/* Headers at top of page */
.head
{
  margin: 0 50px 0 50px;
  padding: 10px;
  background-color: #A5CFF7; /* light blue */
  display: block;
  border: 1px dashed black;

  /* Mozilla proprietary */
  white-space: -moz-pre-wrap;
}

/* Proxomitron <Match> tags */
.mhd
{
  background-color: #6D8FE0; /* blue */
  color: white;
  font-weight: bold;
  display: block;
}

/* Proxomitron Matched text */
.mtxt
{
  background-color: #A5CFF7; /* light blue */
  font-weight: normal;
  display: block;

  /* Mozilla proprietary */
  white-space: -moz-pre-wrap;
}

/* Tag names */
.t
{
  color: #BD0057; /* dark red */
  font-weight: normal;
}

/* Attribute names and inside tags. */
.i
{
  color: #0000FF; /* blue */
  font-weight: normal;
}

/* Attribute values and quoted strings */
.q
{
  color: teal;
  font-weight: normal;
}
