/* default rules for the whole document */
body{font-family:Arial,sans-serif;    color:#0000ff;    background-color:#ffffff;    text-align:center;   }
/* anchors */
a[href]{color:#0000ff;    background-color:#ffffff; }
a:link{color:#0000ff}
/* unvisited link */
a:visited{color:#0000ff}
/* visited link */
a:hover{color:#000000}
/* mouse over link */
a:active{color:#000000}
/* headings */
h1{font-size:300%;    font-weight:bold;    font-style:normal;    font-variant:small-caps;    color:#0000ff;    background-color:#ffffff;}

.imgb{	float: left;padding:2px;height:250px;} 
.imgb a:hover img{border:2px solid #0000ff;  }
/* end */