/* default rules for the whole document */
body {
    color: #ffffff;
    background-color: #4B8A08;
    font-family: Arial;
    text-align: center;
   }

table {
    text-align: center;
    align: center;
    border: 0;
}

td {
    vertical-align: top;
}
/* anchors */
a[href] {
    text-decoration:underline;
    color: #ffffff;
    background-color: #4B8A08;
 }
a:hover {    background-color: blue;
}   /* mouse over link */

/* paragraphs */
p  {
    text-align: left;
   }

img {
    border: 0;
    }
/* headings */
h1 {
    font-size: 300%;
    font-weight: bold;
    font-variant: small-caps;
    color: #ffffff;
    background-color: #4B8A08;

}
h2 {

    font-size: 150%;
    font-weight: bold;
    font-style: normal;
    padding: 0;
    color: #355e00;
    background-color: #666600;
   }
/* divisions */
div {
    padding: 0;
    margin-top: 0em;
    margin-bottom: 0em;
   }
div.img
  {
  margin:2px;
  /* border:1px solid #0000ff;
  */
  height:250px;
  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;
  }



/* end */