/* index */
.love-song
{
  margin-top: 20px;
  padding: 0px;
}
.love-song-index-title
{
  font-size: 14pt;
  font-weight: bold;
  color: #800000;
}
.love-song-index-title a
{
  color: #800000;
  text-decoration: none;
}
.love-song-index-title a:hover
{
  text-decoration: underline;
}
.love-song-index-author
{
  font-style: italic;
  font-size: 10pt;
}

/* love-song */
.love-song
{
  padding: 10px;
  width: 500px;
}
.love-song-text
{
  padding: 5px;
}
.love-song-author
{
  padding: 5px;
}
.love-song-author a
{
  text-decoration: none;
}
.love-song-author a:hover
{
  text-decoration: underline;
}
