html {
height: 100%;}
body {
margin: 0;
padding:0;
height: 100%;
background-color: "gray";
font-size: 12px;
font-family: Georgia, Georgia, serif;
color: gray;
}

.content {font-size: 12px;
font-family: Georgia, Georgia, serif;
color: black;padding:10px;
text-align: justify;
}

.leftcontent{
color: navy; padding:10px; font-size:10px;
text-align: justify;
}

a {
color: white;
text-decoration: none;
font-weight: bold;
font-size:12px;
font-family: "Trebuchet MS",  helvetica, sans-serif;
padding-left:8px;padding-right:8px;}

a:hover {
color: black;
background:white;
font-weight: bold;
font-size:12px;
font-family: "Trebuchet MS",  helvetica, sans-serif;
padding-left:8px;padding-right:8px;}

a.inner {
color: blue;
text-decoration: none;
font-size:12px;
font-family: "Trebuchet MS",  helvetica, sans-serif;
padding:0px;}

a.inner:hover {
color: blue;
text-decoration: underline;
font-size:12px;
font-family: "Trebuchet MS",  helvetica, sans-serif;
padding:0px;}

h1 { 
font-size: 15px;
color: "#636827";
font-family: "Trebuchet MS",  helvetica, sans-serif;
}
.tiny {
font-size: 10px;
color: white;
}
ul {font-size: 12px;
font-family: Georgia, Georgia, serif;
color: black;}

div.background
  {
  width: 531px;
  
  background: url(images/gavel.jpg) no-repeat;
  border: 2px solid black;
  }
div.transbox
  {
  padding: 10px;
  width: 450px;
  height: 180px;
  margin: 30px 50px;
  background-color: white;
  border: 1px solid black;
  
  }
div.transbox p
  {  
  color: #000000;
  padding-left:10px;
  }
 .macite
 {margin-top:50px;margin-bottom:50px;}
 