body
{
  padding-left: 20px;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: white;
  background-color: #a03030;
}

h1
{
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}

ul.navbar
{
  list-style-type: none;
  padding: 0px;
  margin: 10px;
  position: absolute;
  top: 20px;
  left: 5px;
  width: 130px;
}

ul.navbar li
{
  background-color: #f0f0ff;
  margin: 5px 0px;
  padding: 5px;
  padding-left: 15px;
      /*dashed, dotted, double, grove, hidden, none, ridge*/
  border-top: 10px ridge #fff0f0;
  border-bottom: 10px ridge #fff0f0;
  border-left: 10px ridge #fff0f0;
  border-right: 10px ridge #fff0f0;
}

ul.navbar a
{
		/*underline, overline, none, blink, line-through*/
  text-decoration: none;
}

a:link
{
	color: white;
}

a:visited
{
	color:yellow;
}

ul a:link
{
  color: blue;
}

ul a:visited
{
  color: purple;
}

address
{
  text-align:right;
}

address span
{
  padding-right: 50px;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  border-top: thin dotted;
  border-left: thin dotted;
  border-bottom: thin dotted;
}
