a:link {
        color=blue;
        Text-decoration: none;
}

a:visited {
        color=purple;
        Text-decoration: none;
}

a:active {
        background-color: yellow;
        Text-decoration: none;
}

a:hover {
        color="red";
        Text-decoration: none;
}

h1 {
    font-weight: bold;
    font-size: 30pt;
    font-family: Times New Roman;
}

h2 {
    font-weight: bold;
    font-size: 20pt;
    font-family: Times New Roman;
}

h3 {
    font-weight: bold;
    font-size: 15pt;
    font-family: Times New Roman;
}

h4 {
    font-size: 15pt;
    font-family: Times New Roman;
}

body {
      background-image: url("Picture90.jpg");
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: right center;
}