/* default rules for the whole document */
body{text-align:center; 	font-family: verdana;    font-weight:normal;    
font-style:normal;    color:#355e00;    background-color:#ccffff;    }

a[href]{font-size:100%;    font-weight:bold;    color:#355e00;    }
a:link{color:#355e00}
/* unvisited link */
a:visited{color:#355e00}
/* visited link */
a:hover{color:#00B233}
/* mouse over link */
a:active{color:#00B233}
/* selected link */
/* paragraphs */

/* headings */
h1{font-size:300%;    font-weight:bold;    font-style:normal;    font-variant:small-caps;    color:#355e00;    }
/* divisions */
div{float:left;  text-align:center;  }
div.img{margin:2px; height:250px;  float:left;  text-align:center;  }
div.img img{display:inline; border:2px solid #ffffff;  }
div.img a:hover img{border:2px solid green;  }