.border {
border-style: solid;
border-color: rgb(0,0,0);
border-width: 1px
}

img
{
  border-style: none;
}

a
{
  border-style: none;
  font-weight: bold;
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  color: blue;
  text-decoration: none;
}

a.head
{
  border-style: none;
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  font-weight: regular;
  color: Blue;
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

p
{
  border-style: none;
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  color: rgb(0,0,0);
}

h1
{
  border-style: none;
  font-family: Helvetica, sans-serif;
  font-size: 28px;
  color: rgb(0,0,0);
  font-weight: bold;
}

h2
{
  border-style: none;
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  color: rgb(0,0,0);
  font-weight: bold;
}
