    body {
        margin:32px;
        font-family: sans-serif;
        text-align: center;
        border-style: double;
        /*
        background-image: url("pictures/doctor.jpg");
         */
		line-height: 1.32;
        background: #d2dc9d url(pictures/doctor.jpg) no-repeat center 100px fixed;
     
    }

    h1 {
        font-family: arial, verdana, sans-serif;
        font-weight: 400;
        font-style: normal;
        margin: 0 0 15px 0;
        padding: 60px 0 10px 10px;
        font-size: 50px;
        letter-spacing: -2px;
        border-bottom: 1px solid #999;
        text-shadow: .05em .05em .1em lightslategray;
        text-align: center;
        color:rgb(41, 35, 35);
    }

    h2 {
        font-family: arial, verdana, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 30px;
        margin: 0 0 15px 0;  
        color:rgb(210, 224, 14);
    }
    #myhead {
        text-align: center;
        border-top: 4px double darkred;
        border-bottom: 4px double darkred;
        border-left: 4px double darkred;
        border-right: 4px double darkred;
        margin: 0 40%;
        background-color: rgb(223, 176, 58);
    }

    #contact {
        border-top: 4px solid yellow;
        text-align: center;
        padding-top: 1em;
        padding-bottom: 1em;
        border-bottom: 4px solid yellow;
        background-color:rgb(148, 116, 36);
    }

    #skills {
        border-top: 4px solid yellow;
        text-align: center;
        padding-top: 1em;
        padding-bottom: 1em;
        border-bottom: 4px solid yellow;
        background-color:rgb(148, 116, 36);
    }

    #purpose {
        border-top: 4px solid yellow;
        text-align: center;
        padding-top: 1em;
        padding-bottom: 1em;
        border-bottom: 4px solid yellow;
        background-color:rgb(148, 116, 36);
    }

    #education {
        border-top: 4px solid yellow;
        text-align: center;
        padding-top: 1em;
        padding-bottom: 1em;
        border-bottom: 4px solid yellow;
        background-color:rgb(148, 116, 36);
    }

    #experience {
        border-top: 4px solid yellow;
        text-align: center;
        padding-top: 1em;
        padding-bottom: 1em;
        border-bottom: 4px solid yellow;
        background-color:rgb(148, 116, 36);
    }

    .textbox {
        text-align:center;
        color:darkslategrey;
        text-shadow: .05em .05em .1em #000000;
        background-color: rgba(236, 201, 126, 0.9);
    }

    span#phone {
        font-style: italic;
        color: #ADD8E6;
    }

    span#email {
        font-style: italic;
        color: #ADD8E6;
    }

    div p {
        text-align:center;
        color:darkslategrey;
        text-shadow: .05em .05em .1em #000000;
        background-color: rgba(236, 201, 126, 0.9);
    }

    dt.job_title {
        font-weight: bold;
    }

    li {
        color:rgb(238, 255, 0);
        font-size: 13pt;
        border-top: 1px solid yellow;
        text-align: center;
        padding-top: 1em;
        padding-bottom: 1em;
        border-bottom: 1px solid yellow;
        background-color:rgb(66, 50, 8);
    }
    
    a:link {
        color: yellow;
        text-decoration: none;
        
    }
    
    a:visited {
          color: lightgoldenrodyellow;
          text-decoration: underline;
    }
    
    a:hover {
        color: red;
        border-bottom: 1px dotted #004400
    }
    a:active {
        color:darkred;
    }
    footer p {
        color: whitesmoke;
    }