body
{
font-family: sans-serif;
font-weight: normal;
font-size: 11px;
background-color: white;
color: black;
}
a
{
font-family: monospace;
text-decoration: none;
color: blue;
background-color: #f4f4f4;
border-bottom-style: dotted;
border-bottom-width: 1px;
border-bottom-color: blue;
}
a:hover
{
font-family: monospace;
text-decoration: none;
color: blue;
background-color: #f4f4f4;
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: red;
}
.table
{
border-style: solid;
border-color: #a0a0a0;
border-width: 0px;
}
.cv
{
border-style: solid;
border-color: #a0a0a0;
border-width: 2px;
padding: 1em;
width: 760px;
background-color: #f4f4f4;
}
.cvPhoto
{
display: block;
padding-left: 1em;
padding-bottom: 1em;
float: right;
}
.cvHeading
{
font-family: serif;
font-size: 250%;
text-align: center;
font-weight: bold;
margin-bottom: 1em;
color: #808080;
background-color: #f4f4f4;
}
.cvContents
{
clear: both;
display: block;
}
.cellText
{
margin-left: 16px;
background-color: #f4f4f4;
}
.secName
{
font-style: italic;
text-align: left;
font-weight: bold;
color: black;
background-color: #E0E0E0;
text-indent: 4px;
}
.fieldName
{
vertical-align: top;
color: #808080;
background-color: #f4f4f4;
}
.fieldValue
{
vertical-align: top;
}
.rowSpacer
{
padding-top: 0.5em;
padding-bottom: 0.5em;
}
.tn
{
color: #228B22;
background-color: #f4f4f4;
}
.tdBorderName
{
width: 25%;
vertical-align: top;
border-bottom: 1px solid #e0e0e0;
}
.tdBorderValue
{
width: 75%;
vertical-align: top;
border-bottom: 1px solid #e0e0e0;
}
.tableItem
{
width: 100%;
}
.ulCustom
{
margin-left: 0px;
padding-left: 0px;
}
.liMarginBottom
{
margin-bottom: 0.5em;
}
acronym { cursor: help; border-bottom: 1px dotted; }