/* Style sheet for resume */


BODY {
  font-family: arial, helvetica, sans-serif;
  font-style: normal;
}

P, UL, LI, TD, H1, H2, H3, H4, H5, H6 {
  font-family: arial, helvetica, sans-serif;
}

P, UL, LI, TD, INPUT {
  font-size: 10pt;
}

P CENTER {
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
}

H3 CENTER {
  font-family: arial, helvetica, sans-serif;
}

H2 {
  font-family: arial, helvetica, sans-serif;
  font-size: 18pt;
}

A:link {            /* unvisited link */
  color: blue;
}

A:visited {         /* visited link */
  color: #660000;
}

A:active {          /* active link */
  color: red;
}

SPAN.bold {
  font-weight: bold;
}

SPAN.bu {
  font-weight: bold;
  text-decoration: underline;
}

SPAN.bi {
  font-weight: bold;
  font-style: italic;
}

SPAN.strong {            /* this is just for convenience */
  font-weight: bold;
}

SPAN.em {
  font-style: italic;
}

SPAN.italic {            /* italic */
  font-style: italic;
}

SPAN.strongwhite {
  font-weight: bold;
  color: white;
}

SPAN.smaller {
  font-size: 9pt;
}

SPAN.extra-small {
  font-size: 8pt;
}

SPAN.larger {       /* use this instead of <font size="+1"> */
  font-size: 12pt;
}

SPAN.normal {       /* normal text */
  font-size: 10pt;
  font-weight: normal;
}

SPAN.headline {      /* use this for real big type */
  font-size: 14pt;
  font-weight: bold;
}

SPAN.extra-large {   /* and for even bigger type ... */
  font-size: 22pt;
  font-weight: bold;
}

SPAN.center {
  text-align: center;
}

SPAN.yellow {
  color: yellow;
}

SPAN.cyan {
  color: cyan;
}

SPAN.red {
  color: red;
}

SPAN.white {
  color: white;
}

SPAN.black {
  color: black;
}

TD.center {
  text-align: center;
  font-family: arial, helvetica, sans-serif;
}

TD.left {
  text-align: left;
  font-family: arial, helvetica, sans-serif;
}

TD.right {
  text-align: right;
  font-family: arial, helvetica, sans-serif;
}

