select, input {
  color: #000000;
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 10px;
  background: white;
  }

.my_button { background: #eeeeee; }
.my_button_hover { background: #cccccc; }

form {
  display: inline;
  }

body {
  margin-left: 0px; margin-right: 0px; margin-top: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px;
  border-top-width: 0px; border-right-width: 0px; 
  border-bottom-width: 0px; border-left-width: 0px;
  }

a:link { font-size: 10px; color:blue; }
a:visited { font-size: 10px; color:purple; }
a:hover { font-size: 10px; color: red; }
a:active { font-size: 10px; color:blue; }

h1 { font-size: 24px; color: black; }
h2 { font-size: 20px; color: black; }
h3 { font-size: 16px; color: black; }
h4 { font-size: 12px; color: black; }

table {  font-size: 10px; color: black; }

