 body {
 background-color : #FFF0C6 ;
 background-image: url('/me/stars2.gif');
  background-position: right top;
  background-repeat: repeat;
  background-size: 300px;

  text-align: center;
  color: black;
  font-family:Times New Roman; }
  a:link  {
        color: orange;
    }
    
    a:visited  {
        color: red;
    }
img:hover {
    filter: drop-shadow(3px 3px 3px)
}
.clkbl:hover {
  filter: drop-shadow(3px 3px 3px tomato) }

#ttl img{
  
  float: left;
  margin-top: -100px ;
  position: absolute;
  margin-left:-300px;
}

#tought {
  float: left;
}

#speech {
  float: right;
  position: absolute;
  
}

#nav {
  float: right;
}













