/* Style sheet for my resume and overview page. */

#myPicDiv {
    float: right;
    padding: 4;
}

#myPicImg {
    width: 211;
    height: 189;
    border: 0;
}

.picCaption {
    font-size: small;
    font-style: italic;
}

.profile {
    /*    border: 1 dashed; */
    text-align: justify;
    font-size: 95%;
    margin-top: 6px;
    margin-left: 8px;
    margin-right: 8px;
}

.informational {
    font-style: italic;
}

.award {
    font-style: italic;
}

#myName {
    font-size: x-large;
    font-weight: bold;
    text-align: center;
}

#mailingAddress {
    float: right;
}

#contactInfo {
    /*   float: right; */
    /*    text-align: right; */
}

h2 {
    font-size: 105%;
    font-weight: bold;
    margin-bottom: 0px;
}

h2 + div > div {
    margin-top: 4px;
    margin-bottom: 0px;
    /*    border: 1 dashed; */
}

.jobTitle {
    font-style: italic;
}

.jobCompany {
    font-weight: 600;
    font-size: 95%;
}

.workItem, .projectItem {
    text-align: justify;
    margin-left: 34px;
    display: list-item;
    list-style-type: disc;
}

.projectTitle { }

.degree {
    margin-left: 34px;
    display: list-item;
    list-style-type: disc;
}

.gpa {
    margin-left: 34px;
    display: list-item;
    list-style-type: none;
}

a {
    text-decoration: none;
}

a:hover {
    color: red;
}

a:active {
    color: red;
}

a:link {
    color: blue;
}
a:visited {
    color: blue;
}

