
body {
    background-color: #99C5FD;
    background-image: url("monkeyIslandBlueMirrorClarita.jpg");
    font-family:"Arial";
    font-size:20px;
}

h1 {
    color: #D3123C;
    font-size: xx-large;
    text-align: center;
    font-family:"Verdana"
}

mark {
    font-weight: bold;
    background-color:transparent;
    font-size: 110%;
    color: #252482;
}

.large-central-link {
    font-size: 250%;
    text-align: center;
    display: block;
}

a:link {color:#FF0000; 	background-color: transparent; } /* unvisited link */
a:visited {color:#662233;  background-color: transparent; }  /* visited link */
a:hover {color:#FFCC33;  background-color: transparent; }  /* mouse over link */
a:active {color:#FFFFFF;  background-color: transparent; }   /* selected link */
