html, body { background-color:black; color:yellow; font-family: Arial, Courier New, sans-serif;}

a:link { color: yellow; }
a:active { color: red; }
a:visited { color: yellow; }
a:hover { color: red; font-style:italic; cursor:pointer }

a:link img { border-color: yellow; }
a:active img { border-color: red; }
a:visited img { border-color: yellow; }
a:hover img { border-color: red; }

.bl:link { color: black;  }
.bl:active { color: red;  }
.bl:visited { color: black;  }
.bl:hover { color: red; font-style:italic; cursor:pointer; cursor:hand; }

.bl:link img { border-color: black;   }
.bl:active img { border-color: red;   }
.bl:visited img { border-color: black;   }
.bl:hover img { border-color: red; cursor:pointer; cursor:hand;   }

.fototable
{
padding: 0;
border: 2px solid yellow;
border-color: yellow;
background-color: yellow;
color: black;
font-family: Arial, Courier New, sans-serif;
font-weight: 700;
text-align: left;
}

.pic-heading TD
{
padding: 0;
border: 2px solid yellow;
border-color: red;
background: red;
color: blue;
font-family: Arial, Courier New, sans-serif;
font-weight: 700;
text-align: left;
}

.fototableL
{
padding: 0;
border: 2px solid yellow;
border-color: yellow;
background-color: black;
color: yellow;
font-family: Arial, Courier New, sans-serif;
font-weight: 700;
text-align: left;
}

.fototable TH
{
border: 2px solid yellow;
background-color: yellow;
color: black;
font-family: Arial, Courier New, sans-serif;
font-weight: 200;
font-size: 25;
}

.fototable TD
{
border: 2px solid yellow;
background-color: black;
color: yellow;
font-family: Arial, Courier New, sans-serif;
font-weight: 700;
font-size: 15;
text-align: center;
}

.fototext TD
{
border: 0px solid black;
background-color: black;
color: yellow;
font-family: Arial, Courier New, sans-serif;
font-weight: 200;
font-size: 15;
text-align: center;
}

.fotolinks TD
{
border: 0px solid black;
background-color: black;
color: yellow;
font-family: Arial, Courier New, sans-serif;
font-weight: 200;
font-size: 10;
}