.contents {
background-color: #999999;
background-image: url(image/cello.jpg);
background-repeat: no-repeat;
}

.contents h2 {
color: #000000;
font-size: 0.9em;
border-left:solid 0.7em red;
text-align: left;
padding-left: 5px;
margin-top: 10px;
margin-left: 50px;
margin-right: 10px;
   }

.contents p {
color: #000000;
font-size: 0.9em;
margin-top: 3px;
margin-left:370px;
margin-right:10px;
   }


.contents a {
color: #000000;
text-decoration: none;
}

.contents a:hover{
color:red;

}
