

/* Modern style for Amaya Editor Lite */

/* default rules for the whole document */
body {
    font-size: 9pt;
    font-family: Verdana;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #4c1900;
   }

table {
    text-align: center;
    border: 0;
}

td {
    vertical-align: top;
}
/* anchors */
a[href] {
    font-size: 95%;
    font-weight: bold;
    color: #4c1900;
    background-color: #ffff99;
 }
a:hover {color:green}   /* mouse over link */
a:active {color:green}  /* selected link */

/* paragraphs */
p  {
    text-align: left;
   }

img {
    border: 0;
    }
/* headings */
h1 {
    font-size: 300%;
    font-weight: bold;
    font-style: normal;
    font-variant: small-caps;
    background-color: #ffff99;
}
h2 {

    font-size: 150%;
    font-weight: bold;
    font-style: normal;
    padding: 0;
    color: #355e00;
    background-color: #666600;
   }
h3 {
    font-size: 130%;
    font-weight: bold;
    font-style: normal;
    padding: 0;
    margin-top: 1.3em;
    margin-bottom: 1.1em;
   }
h4 {
    font-size: 110%;
    font-weight: bold;
    font-style: normal;
    padding: 0;
    margin-top: 1.1em;
    margin-bottom: 1.1em;
   }
h5 {
    font-size: 80%;
    font-weight: bold;
    padding: 0;
    margin-top: 1em;
    margin-bottom: 1em;

   }
h6 {
    font-size: 100%;
    font-weight: normal;
    padding: 0;
    margin-top: 1em;
    margin-bottom: 1em;
    color: #ffffff;
    background-color: #ccffff;
   }

/* divisions */
div {
    padding: 0;
    margin-top: 0em;
    margin-bottom: 0em;
   }
div.img
  {
  margin:2px;
  /* border:1px solid #0000ff;
  */
  height:auto;
  width:auto;
  float:left;
  text-align:center;
  }
div.img img
  {
  display:inline;
/*  margin:3px;
*/
  border:2px solid #ffffff;

  }
div.img a:hover img
  {
  border:2px solid green;
  }
div.desc
  {
  text-align:center;
  font-weight:normal;
  width:404px;*/
  margin:2px;
    background-color: #ffffff;
  }

/* lists */
ul, ol {
    padding: 0 0 0 3em;
    margin-top: 1em;
    margin-bottom: 1em;
   }
ul ul, ol ol, ul ol, ol ul {
    margin-top: 1em;
    margin-bottom: 1em;
   }
li {
    padding: 0;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: left;
   }
li p {
    margin-top: 1em;
    margin-bottom: 1em;
   }
dl {
    padding: 0;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 1em;
   }
dl dl {
    margin-top: 0em;
    margin-bottom: 0em;
   }
dt {
    padding: 0;
    font-weight: bold;
    margin-top: .3em;
    margin-bottom: .3em;
   }
dd {
    padding: 0;
    margin-top: .3em;
    margin-left: 3em;
    margin-bottom: .3em;
   }
dl p {
    margin-top: .3em;
    margin-bottom: .3em;
   }

/* inline */
strong {
    font-weight: bold;
   }
em {
    font-style: italic;
   }
code {
    font-family: Courier New, Courier, monospace;
   }
ins {
    background-color: yellow;
    text-decoration: underline;
   }
del {
    text-decoration: line-through;
   }


/* end */