body {
    color: white;
    background-image: url('Just-A-Woman-2.JPG');

    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

div.thebiz {
    color: white;
    background-color: #666;
    font-family: monospace, monopace;
}

h1 {
    padding-top: 20px;
    color: white;
    font-size: 120%;
    font-style: italic;
    font-weight: 400;
    text-align: center;
}

h2 {
    color: white;
    font-size: 120%;
    font-style: italic;
}
p {
    color: white;
}

h3 {
    color: white;
    font-size: 80%;
    font-weight: 300;
    font-style: underline;
}

li {
    color: white;
    font-size: 80%;
}

a:link {
  color: white;
  text-decoration: none;
}

a:visited {
  color: white;
  text-decoration: none;
}

a:hover {
  color: grey;
  text-decoration: none;
}

a:active {
  color: white;
  text-decoration: none;
}

@media (orientation: landscape) {
    ul {
        list-style-image: url('RD_GRADE.GIF');
        }
}

@media (orientation: portrait) {
    ul {
        list-style-type: none;
        }
}
