body {text-align:center}
body {font-family: "Times New Roman", serif}
body {font-size: 15px}
body {font-style: normal}
body {font-weight: 400}
body {background-color: #575757}
h1 {font-size: 40px}
h1 {font-weight: 700}
h2 {font-size: 30px}
h2 {font-weight: 700}
h3 {font-size: 25px}
h3 {font-weight: 400}
h4 {font-size: 20px}
h4 {font-weight: 100}
a:link {text-decoration: underline}
a:link {color: #000000}
a:visited {text-decoration: underline}
a:visited {color: #000000}
a:active {text-decoration: bold}
a:active {color: #000000}
a:hover {text-decoration: bold}
a:hover {color: #000000}

div.transparent
  {
  width:1000px;
  background-color:#ffffff;
  border:1px solid black;
  /* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.7;
  }

div.bio
  {
  width:1000px;
  background-color:#ffffff;
  border:1px solid black;
  /* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.7;
  }

div.bio p
  {
  margin:50px 50px;
  text-align:left;
  }

div.calendar
  {
  width:1000;
  height:800;
  background-color:#ffffff;
  border:1px solid black;
  /* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1.0;
  }

td.first
{
width:110px;
height:397px;
background:url(images/background_photo.gif);
background-position: 0 0;
background-repeat:no-repeat;
}

td.prev
{
width:131px;
height:470px;
background:url(images/background_photo.gif);
background-position: -110px 0;
background-repeat:no-repeat;
}

td.photo
{
width:730px;
height:680px;
background:url(images/background_photo.gif);
background-position: -241px 0;
background-repeat:no-repeat;
}

td.next
{
width:131px;
height:470px;
background:url(images/background_photo.gif);
background-position: -971px 0;
background-repeat:no-repeat;
}

td.last
{
width:110px;
height:397px;
background:url(images/background_photo.gif);
background-position: -1102px 0;
background-repeat:no-repeat;
}

