body	{
  background-color:#E9EBF4;
  color:#373739;
  margin: 0px;
  }
.right	{  
  float:right;
  width:100%
  }
.content	{
  background-image:url(images/kings_11.jpg);
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  padding: 5px 0px 10px 5px;
  }
p, td	{
  font-family: arial, sans-serif;
  font-size:10px;
  line-height: 15px;
  }
b, strong	{
  color:#628C9A;
  font-family: tahoma, sans-serif;
  background-color:transparent;
  font-weight: bold;
  text-transform: uppercase;
  }
i, em	{
  color:#B74D25;
  background-color:transparent;
  font-family:arial, sans-serif;
  font-style:oblique;
  }
a	{
  text-decoration: none;
  color:#E46C40;
  background-color:#F3F5F5
  }
a:hover	{
  color:#5F8495;
  background-color:#fff;
  border-bottom: 1px solid #B74D25;
  cursor: crosshair;
  }
a:active	{
  color:#84C5A1;
  background:#F3F5F5;
  font-style:oblique;
  }
h1	{
  font-family: "trebuchet ms", georgia, times;
  font-style:oblique;
  font-size:18px;
  letter-spacing: 1px;
  text-align:center;
  color:#C83F24;
  background-color:transparent;
  }
h1:first-letter	{
  color:#628C9A;
  background-color:white;
  }

blockquote {
  font-family: "trebuchet ms", georgia, times;
  font-size: 11px;
  padding: 5px;
  border: 1px solid #C2D0BA;
  background-color:#DFE6E0;
  color:#68684D
  }
  
select, option, input, textarea	{
  font-family: "ms serif", sans-serif;
  font-size:10px;
  border: 0px;
  border-bottom: 2px solid #C2D0BA;
  background-color:transparent;
  color:#68684D
  }