@charset "UTF-8";

body {
    color: #ffff00;
    background-color: #008000;
    font-family: Verdana, Geneva, Tahoma, sans-serif;

}

h1 {
    font-size: 16pt;
    background-color: #000000;
    border: thin dashed #F00;
    text-align: center;
  
}

ul {
    list-style-type:circle;
}

a:link {
    color: aqua;
    text-decoration: none;
}

a:visited {
    color: blue;
    text-decoration: none;
}

a:active {
    color: orange;
    text-decoration: none;
}

a:hover {
    color:wheat;
    text-decoration: none;
}