BODY
{
 font-family: sans-serif;
}

TD
{
 vertical-align: middle;
 font-size: small;
 padding-bottom: 10px;
}

A
{
 font-weight: bold;
}

A:visited
{
 background-color: transparent;
 text-decoration: underline;
 font-weight: normal;
}

A:active
{
 background-color: #ffe0ff;
 color: black;
 text-decoration: none;
}

LI.square 
{ list-style-type: square }
UL.plain  
{ list-style-type: none }
OL        
{ list-style-type: upper-roman }  /* I II III IV V etc. */
OL OL     
{ list-style-type: upper-alpha }  /* A B C D E etc. */
OL OL OL  
{ list-style-type: decimal }      /* 1 2 3 4 5 etc. */
OL OL OL OL
{ list-style-type: lower-alpha }  /* a b c d e etc. */
OL OL OL OL OL
{ list-style-type: lower-roman }  /* i ii iii iv v etc. */

.photo
{
# border: double #90cf50;
 background-color: black;
 color: white;
}

.photo A
{
 color: red;
 text-decoration: none;
 background-color: white;
}

.photo IMG
{
 border: ridge #e0c020 thick;
}

