body {
margin-top: 0;
color: #000000;
font-family: Arial, sans-serif;
font-size: 10pt;
}

.mainphoto
{
 border: 0px ;
 margin-left: 70px;
 margin-right: auto;
}

#hidden {
    background: ;
    display: none;
}

a.plain {
color: #6600FF;  
text-decoration: none; 
font-weight: bold;
}
/* sets the colour of inpage links  */

  a:link {color: #FF0066; text-decoration: none; font-weight: bold; }  /* for unvisited links */
  a:visited {color: #FF0000; text-decoration: none; font-weight: bold; } /* for visited links */
  a:active {color: #990000; text-decoration: none; font-weight: bold; } /* when link is clicked */
  a:hover {color: #000000; text-decoration: none; font-weight: bold; } /* when mouse is over link */
