/* IMPORTANT */
/* Designed by Mikou, September 2004 */
/* The CSS here may be used freely, but the associated graphics (.jpg files) belong to the web-site owner (Abisel) and may not be used by anyone else unless specifically indicated. */


/* general */

body {
  background-color: #ffffff;
  font-family: Arial, sans-serif;
  color: #000066;
  padding: 0 0 0 0;
  margin: 10px 20px 50px 20px;
  }

p {
  margin-top: 1px; 
  margin-bottom: 10px; 
  line-height: 1.3em;
  margin-bottom: 15px;
  }

a {
  color: #FF3300;
  font-family: palatino linotype, serif;
  font-weight: bold;
  background: transparent;
  text-decoration: underline;
  }

h1, h2, h3, h4, h5 {
  color: #FF3300;
  font-family: palatino linotype, serif;
  }

h1, h2 {
  text-align: center;
  }
  

hr {
  color: #FF3300;
  background-color: #ffffff;
  height: 4px;
  }

img {
  border-width: 0;
  }


ol {
  list-style-type: none;  
  }

ul {
  list-style-type: none;  
  }

li {
  margin: 15px 0 0 0;
  }

div.pics {
  text-align: center;
  margin-left: 15%;
  margin-right: 15%;
  }

#button {
  text-align: center;
  margin-top: 30px;
  }

#button a {
  border-style: outset;
  border-width: 4px;
  border-color: #000066;
  padding: 3px;
  text-decoration: none;
  text-align: center;
  }


