html
{
  background-color: white;
  color: black;
}

body
{
  font-family: Georgia,Verdana,Arial,serif;
  text-align: left;
  background: url(vg-blue.gif) repeat-x;
  margin: 0px;
}

h1 { margin: 0px; }
h3 { margin: 0px; padding-top: 4px; }

.job
{

}

.content
{
  padding: 1em 2em 0 2em;
}

.title
{
    display: block;
    border-bottom: 1px dotted gray;
}

th
{
  text-align: center;
  background: url(vg-gray.gif) repeat-x;
  font-size: 125%;
}

td
{
    vertical-align: top;
}

p { margin-top: 2px; }

td.skills
{
    vertical-align: middle;
    padding-top: 1em;
    font-size: 110%;
    padding-left: 2em;
}

a { text-decoration: none; color: black; padding: 2px;  }
	
a:hover { text-decoration: underline; }
