.paragraph {
  color: black;
  font-family: Verdana;
}
#heading1 {
  color: #666666;
  font-family: Verdana;
}
.menu {
  font-family: Euphemia;
  font-size: 1.5em;
}
a:link {
  color: #660000;
}
a:visited {
  color: #660000;
}
a:hover {
  color: #009900;
}
a {
  text-decoration: none;
}

.current{
  color: #009900;
}

.main{
  position: relative; 
top: 10px;
margin-left:auto;
margin-right:auto;
width:65%;
}

.circle {

line-height: 0;	/* remove line-height */

display: inline-block;	/* circle wraps image */

margin: 5px;

border-radius: 50%;	/* relative value */

border: 3px solid white;/* border width */

box-shadow: 0px 0px 5px rgba(0,0,0,0.4);	

transition: linear 0.25s;

}

.circle img {

border-radius: 50%;	/* relative value for

adjustable image size */

}

.circle:hover {

transition: ease-out 0.3s;

transform: scale(0.8) rotate(20deg);

}

a.circle { color: transparent; } /* IE fix: removes blue border */	

.menu2{
  font-family: Euphemia;
  font-size: 1.5em;
  color : white;
  text-align: center;
}
menu2.a:link {
  color: white;
}
menu2.a:visited {
  color: #660000;
}
menu2.a:hover {
  color: #009900;
}

hr {
  border: 3;
  width: 60%;
  height: 5px;
  color: #660000;
  background-color: #660000;
  text-align: left;
}
.tool{
  background-color:#fff;
  border-radius:15px 15px 15px 15px;
  box-shadow:0 0 25px 5px #999;
  color:#111;
  min-width:350px;
  padding:15px
}