/* -------------- DO NOT DELETE THIS IS AN IMPORTANT FILE. ------------- */
/* Edit this file for your photo page colors and fonts.  If you delete   */
/* it then make a text file named "templatecss.txt".  The #NextPhoto and */
/* #PreviousPhoto names must stay the same or they will not work right.  */                                                           */
/* -------------- HERE IS SOME INFORMATION FOR YOU TO KNOW ------------- */
/* A:link is what your next and back photo links will look like the      */ 
/* first time they are viewed.                                           */
/*                                                                       */
/* A:active is what your next and back photo links will look like in     */
/* the browser while active.                                             */
/*                                                                       */
/* A:visited is what your next and back photo links will look like in    */
/* the browser after visited.                                            */
/*                                                                       */
/* Edit the background-color in the BODY to change the color of the page */
/* page background and color in BODY for text color.                     */
/*                                                                       */
/* Edit the background-color in #NextPhoto and #PreviousPhoto to change  */
/* the color of the table cell background.                               */
/* --------------- EDIT THE INFORMATION BELOW THIS LINE. --------------- */
A:link {
font-family:Tahoma, Helvetica, sans-serif;
font-size: 10pt;
color:#00FFFF;
text-align: center;
text-decoration:none
}
A:active {
font-family:Tahoma, Helvetica, sans-serif;
font-size: 10pt;
color:#FF0000;
text-align: center;
text-decoration:none
}
A:visited {
font-family:Tahoma, Helvetica, sans-serif;
font-size: 10pt;
color:#BFD7BF;
text-align: center;
text-decoration:none
}
BODY {
font-family:Tahoma, Helvetica, sans-serif;
font-size: 10pt;
background-color:#000000;
color:#FFFFFF
}
#NextPhoto {
font-family:Tahoma, Helvetica, sans-serif;
font-size:10pt;
background-color:#400080;
text-align: center
}
#PreviousPhoto {
font-family:Tahoma, Helvetica, sans-serif;
font-size:10pt;
background-color:#400080;
text-align: center
}
/* --------------- END OF CASCADING STYLE SHEETS FILE!!! --------------- */
