/* CSS Document */


A {
  color: #333333;
  text-decoration: none;
}

A:hover {
  color: #333333;
  text-decoration: underline;
}

.footer {
  font-family: Arial, Verdana, sans-serif;
  font-size:10px;
  color:#495766;
}

.text {
  font-family: Arial, Verdana, sans-serif;
  font-size:11px;
  color:#333333;
}