﻿body {
  cursor: default;
  text-align: center;
  background-color: #FFFFFF;
}

#foot {
  position: relative;
  top: 0px;

  margin: auto;
  padding: 10px;
  border: 0px solid #FFFFFF;
  width: 900px;
  z-index: 2;

  background-color: #FFFFFF;

  color: #000000;
  font-family: verdana;
  font-size: 13px;
  text-align: center;
}

#path {
  position: relative;
  top: 0px;

  margin: auto;
  padding: 10px;
  border: 0px solid #FFFFFF;
  width: 900px;
  z-index: 1;

  background-color: #FFFFFF;
  color: #000000;
  font-family: verdana;
  font-weight: bold;
  font-size: 13px;
  text-align: left;
}

#content {
  position: relative;
  top: 0px;

  margin: auto;
  padding: 10px;
  border: 0px solid #FFFFFF;
  width: 900px;
  z-index: 1;

  background-color: #FFFFFF;

  color: #000000;
  font-family: arial;
}

#content img {
  text-align: center;
}

#content h1 {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

#content h2 {
  font-weight: bold;
  font-size: 18px;
  text-align: left;
}

#content p {
  font-size: 18px;
  text-align: justify;
}

#content p.center {
  font-size: 18px;
  text-align: center;
}

#content td {
  font-size: 18px;
  text-align: justify;
  
  color: #000000;
  font-family: arial;
}

#content a:link, #content a:visited, #content a:active {
  cursor: default;
  text-decoration: none;
  color: #0000AA;
  font-weight: bold;
}

#content a:hover {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
  background: #0000AA;
}
