@charset "utf-8";
/* CSS Document */


body {
  background-image: url(../images/ripples.jpg);
  background-repeat: repeat;
  margin-left: 30px;
  margin-top: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
}

body, td, th {
  font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
  color: #000;
}
a:link {
  color: #333;
}
a:visited {
  color: #333;
}
a:hover {
  color: #666;
}

.text-align-center {
  text-align: center;
}
h1, h2{
  margin-top: 0px;
  padding-top: 15px;
}

img {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
