a:link {
  color: #0000ff;
  text-decoration: underline;
}

a:visited {
  color: #800080;
  text-decoration: underline;
}

a:hover, div.navi a:hover {
  color: #ff0000;
  text-decoration: underline;
}

body {
  margin-left: 0%;
  margin-right: 0%;
  margin-top: .5em;
  background-color: #f5f5f5;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-decoration: none;
}

div.footer-text {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 70%;
  text-align: right;
}

div.navi {
  border: 1px solid #003366;
  margin-left: 0%;
  margin-right: 0%;
  padding: .4em;
  background-color: #dcdcdc;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 80%;
}

div.navi a:link, div.navi a:visited {
  color: #0000ff;
  text-decoration: none;
}

div.site-logo {
  color: #003366;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 200%;
  font-weight: normal;
}

div.site-slogan {
  padding-bottom: .4em;
  padding-top: .1em;
  color: #003366;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
  text-align: right;
}

div.text {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 80%;
}

h1, h2, h3, h4, h5 {
  padding-top: .4em;
 font-family: Verdana, Tahoma, Arial, sans-serif;
  font-weight: normal;
}

li {
  padding-bottom: .4em;
  padding-top: .1em;
}

.rt {
  text-align: right;
}
