html
{
  height: 100%;
}

body
{ 
	padding: 10px;
  margin: 10px;
	background: Silver;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
}

table
{
  table-layout: fixed;
  background-color: Silver;
  background-image: url('.../.jpg');
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: Black;
}

td
{
  background-color: Silver;
  background-image: url('.../.jpg');
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: Black;
}

blockquote
{ margin: 0px 0px 0px 0px; 
  padding: 5px 5px 5px 5px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  background-color: Slategray;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: Black;
  border-color: Black;
}

a 
{
font-family: Monospace;
font-size: 12px;
color: Black;
font-weight: bold;
text-decoration: underline;
}

a:link                 
{
font-family: Monospace;
font-size: 12px;
color: Black;
font-weight: bold;
text-decoration: underline;
}

a:visited
{
font-family: Monospace;
font-size: 12px;
color: Black;
font-weight: bold;
text-decoration: underline;
}

a:active
{
font-family: Monospace;
font-size: 12px;
color: Black;
font-weight: bold;
text-decoration: underline;
}

a:hover
{
font-family: Monospace;
font-size: 12px;
color: Black;
font-weight: bold;
text-decoration: overline;
margin: 10px;
}

.bold
{
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	font-weight: bold;
}
