body {
  background: #ffffff;
  /* background: url("http://englanders.us/images/yankees_bg.png"); */
  color: #183239;
  font-family: arial, helvetica, sans-serif;
}
:link { color: #0000cc; background: transparent }
:visited { color: #000060; background: transparent }
:active { color: #0a0000; background: transparent }

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 { text-align: left }
h1, h2, h3 { color: black; background: white }
h1 { font: 170% sans-serif }
h2 { font: 140% sans-serif }
h3 { font: 120% sans-serif }
h4 { font: bold 100% sans-serif }
h5 { font: italic 100% sans-serif }
h6 { font: small-caps 100% sans-serif }

/*
h1 {
  font-family: arial, helvetica, sans-serif;
  font-size: 18pt;
  font-weight: bold;
}

h2 {
  font-family: arial, helvetica, sans-serif;
  font-size: 14pt;
  font-weight: bold;
}

body, td {
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
}
*/

th {
  font-family: arial, helvetica, sans-serif;
  font-size: 11pt;
  font-weight: bold;
}

img {
  color: white;
  background: white;
  border: none;
}

p.images { text-align: center; }

p.title {
  text-align: center;
  font-size: 16pt;
  font-weight: bold;
}

td.ribbon { text-align: center }

td.lightgray {
  color: black;
  background-color: #d3d3d3;
}

td.blankline {
  font-size: 2pt;
}

th.darkblue {
  color: white;
  background-color: #000080;
  font-weight: bold;
}

a.darkblue:visited {
  color: white;
  background-color: #000080;
  font-weight: bold;
}

/*
td.darkblue {
  color: white;
  background-color: #000080;
  font-weight: bold;
}

a.darkblue {
  color: white;
  background-color: #000080;
}
*/
