body {color: #FF00FF;
background-color: #FFFFFF;
background-image: url(maebg.jpg);
background-repeat: repeat-y;
}
.head {font-family:Arial;
font-size:16px;
background-color: #AB00FF;
color: #FF00FF;
text-align: center;
border: solid #FF00FF 1px;
}
.nav {text-align: center;
}
A:link, A:active {color: #DD00FF;
text-decoration: none;
}
A:visited {color: #0000AA;
text-decoration: none;
}
A:hover {color:#0000AA;
text-decoration:line-through;
}