body { 
background: #e3e6ca;
    background: #e3e6ca url("https://alixwaugh.neocities.org/bird.png") no-repeat scroll 50% 0%;
    font-family: "Courier New", Courier, monospace;
font-size: 16px;
letter-spacing: 2px;
word-spacing: 2px;
color: #1c1d18;
font-weight: 700;
text-decoration: none;
font-style: normal;
font-variant: small-caps;
text-transform: none;
text-align: center;
} 
a:link {
text-decoration: none;
color: #1c1d18
}
a:visited {
text-decoration: none;
color: #1c1d18
}
a:hover {
  text-decoration: none;
  color: #1c1d18;
}
a:active {
  text-decoration: none;
  color: #1c1d18;
}

