.menu-item a:link    {color: black; text-decoration: none; }
.menu-item a:visited {color: black; text-decoration: none; }
.menu-item a:active  {color: red; text-decoration: none; }
.menu-item a:hover   {color: yellow; text-decoration: none; }

.content a:link    {color: blue; text-decoration: none; }
.content a:visited {color: blue; text-decoration: none; }
.content a:active  {color: red; text-decoration: none; }
.content a:hover   {color: yellow; text-decoration: none; }

html,body,table{
      margin:0;
      padding:0;
      height:100%;
      border:none;
      table-layout:fixed;
}

img { border-style: none; 
	  vertical-align: top;} 

.content img {
   border: 3px solid #990033;
   margin: 15px;
}

.content
{
font-family:verdana;
color:black;
font-size: 10pt;
font-weight: bold;
padding-left: 20pt;
padding-right: 20pt;
}

.content h2
{
  font: bold italic 175% Jokerman, serif;
  color: red;
}

.photocredit
{
  color: grey;
}


.menu-item
{
font: bold italic 150% Jokerman, serif;
color:yellow;
font-size: 24pt;
font-weight: bolder;
padding: 7pt;
text-align: left;
}


 /* List Definitions */
ol
	{margin-bottom:0in;}
ul
	{margin-bottom:0in;}

