@charset "utf-8";
/* CSS Document */

body {
  background-image: url('gradation.jpg');
  background-repeat: repeat-x;
  background-color: #FFFFFF;
  background-attachment: fixed;
}

body,td,th {
  font-family: Verdana, Geneva, sans-serif;
}

h1 {
  color: #0080c0;
  text-align: center;
}

h2 {
  color: #549c00;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  color: #4F81BD;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
