input, textarea, select, td
{ 
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 12px; 
  color: #CCFFCC;
}

input, textarea, select
{ 
  border: 1px solid #0000FF;
}

textarea, select 
{ 
  background: #000066;
}

img
{
  border: 0;
}

input
{ 
  background: #000066;
}

.whitebkg
{
  background: #000066;
}

td
{
  border-color: #336699;
  border-style: solid;
  border-width: 1;
}

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

