﻿body{ background-image: url(./image/b108.gif);}

h1 {
  text-align: center;
  color: green;
}

h3 {
  text-align: center;
}

a { color: pink }
a:link { color: red }
a:visited { color: blue }
a:active { color: lime }
a:hover { background: #ffa }
