/**
 * Styling of generic core elements; no classes.
 */

*
{
  padding: 0;
  margin: 0;
}

body
{
  margin: 10px;
}

body, td, th, input, select
{
  font-family: Verdana, "Lucida Grande", Helvetica, sans-serif;
  font-size: 11px;
  color: #333;
}

body, td, th
{
  line-height: 130%;
}

p
{
  margin: 6px 0;
}

td, th
{
  vertical-align: baseline;
  text-align: left;
  padding: 1px;
}

input, select, textarea
{
  border: solid 1px #aaa;
}

a:link
{
  color: #349;
}

a:visited
{
  color: #89d;
}

a:hover, a:active
{
  text-decoration: none;
}

img
{
  border: 0;
}
