/* default rules for the whole document */
body {
    font-family: Arial;
    text-align: center;
    color: #ffffff;
    background-color: #355e00;
   }

/* anchors */
a[href] {
    color: #ffffff;
    background-color: #355e00;
 }
a:hover {    background-color: black;
}   /* 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: #355e00;

}
/* divisions */
div {
    padding: 2;
    margin-top: 0em;
    margin-bottom: 0em;
   }
div.img
{float:left;padding:2px;height:250px;}
div.img img
  {
  display:inline;
/*  margin:3px;
*/
  border:2px solid #ffffff;
		height:250px;
  }
div.img a:hover img
  {
  border:2px solid green;
	height:250px;
  }
div.desc
  {
  text-align:center;
  font-weight:normal;
  width:404px;*/
  margin:2px;
    background-color: #ffffff;
  }
textarea { border:0px;width:100%; text-align:left; font-size:8pt;     color: #ffffff;    background-color: #355e00;
}


/* end */