body { 
height: 100%;
background: white;
font-family: Arial;
font-size: 11px;
border: none;
color: black;
padding: 0px;
margin: 0px;
} 

input, button, select, textarea
{
font-family: Arial;
font-size: 10px;
width: 120px;
border: 1px solid #c4c4c4;
}

#Tall
{
margin:0;
padding:0;
height:100%;
border:none
}

.clipwrapper{
  position:relative;
  background-color:#ffffff;
  border: 1px solid gray;
}
.clip{
  position:absolute;
  clip:rect(0px 171px 90px 0px);
}

td {
font-family: Arial
font-size: 11px;
color: black;
} copy {
font-family: Arial;
font-size: 11px;
color: black;
} a:link { 
text-decoration: none;
color: black;
border: 0px;
font-size: 11px;
} a:active {
text-decoration: none;
color: black;
border: 0px;
font-size: 11px;
} a:visited { 
text-decoration: none;
color: black;
border: 0px;
font-size: 11px;
} a:hover { 
text-decoration: none;
color: black;
border: 0px;
font-size: 11px;
} 


h1
{ 
font-family: Arial; 
font-size: 24px; 
font-weight: normal; 
letter-spacing: 0px; 
}