BODY
{
 font-family: sans-serif;
}

TD
{
 vertical-align: top;
 font-size: small;
}

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. */

.game
{
 border: double #c0ff80;
 background-color: #e0ffe0;
 color: black;
}

.game A
{
 color: red;
 text-decoration: none;
 background-color: white;
}

.dvd
{
 border: double #80c0c0;
 background-color: #d0f0f0;
 color: black;
}

.dvd A
{
 color: red;
 text-decoration: none;
 background-color: white;
}

.cd
{
 border: double #80f0a0;
 background-color: #c0f0e0;
 color: black;
}

.cd A
{
 color: red;
 text-decoration: none;
 background-color: white;
}

.book
{
 border: double #c0c080;
 background-color: #f0f0d0;
 color: black;
}

.book A
{
 color: red;
 text-decoration: none;
 background-color: white;
}
