/* Some basic styles for my resume */


a { 
    text-decoration : none;
}
a:link { 
    color: navy; 
}
a:visited { 
    color: navy; 
}
body { 
    font-family: Georgia, "Times New Roman", Times, serif; 
}
.small { 
    font-size: 9pt; 
}

td { font-size: 11pt; }

.large { 
    font-weight: bold; 
    font-size: 14pt; 
}
.larger { 
    font-weight: bold; 
    font-size: 24pt; 
}
.maingrid { 
    border-width: 1px; 
    background-color: #f0f0f0; 
    border-color: #e8e8e8; 
    border-style: solid;
}

/* 
  Commenting out one or the other of these groups will display more or less 
  details in the work experience sections.  For online access or for printing.
*/

/*
.details { visibility: visible; position: static; }
.moredetails { position: relative; visibility: hidden; width:0; height:0; } 
*/

/*
.details {position: relative; visibility: hidden; width:0; height:0; } 
.moredetails { font-size: 9pt; text-align: right; }
*/

.details {}
.moredetails {}
