﻿body
{
    font-family: Arial;
    font-size: medium;
}

.TabClicked
{
    color: Green;
}
.ResumeSectionHeader
{
    font-weight: bold;
    font-size: medium;
}
.Clickable
{
    text-decoration: underline;
    color: #000080;
    cursor: pointer;
    
}
.MouseOverClickable
{
    text-decoration: underline;
    color: #000080;
    cursor: pointer;
    background-color: #C0C0C0;
}
td.IE-Level1
{
    font-weight: bold;
}
td.IE-Level2
{
    font-weight: 500;
    font-style: italic;
}
.ClickToExpandText
{
    font-size: x-small;
}
