BODY{
      background-color: rgb(255, 221, 136);
      font-family: sans-serif;
    }
H2 { text-align: center; }
A {
    text-decoration: none
    }

A:link {
  color: #0000B0;;
}
A:visited {
    color: #0000B0;
}
    
A:hover {
    background-color:rgb(180,180,255);
    color:black;
    }
TH  {
        background-color:rgb(200,200,200);
    }
TD  {
        background-color:rgb(255, 221, 136);
    }
TD, TH { 	padding: 3px; }
IMG { border-style : none; vertical-align: middle; }
TABLE
{
	border-width: thin;
}
.menu
{
    visibility:hidden;
    border-width:1px;
    position:absolute;
    border-style:solid;
    font-size: 10pt;
    background-color : #F3F997;
}
UL LI {list-style-image: url(dot_red.png) }
UL LI UL LI {list-style-image: url(dot_green.png) }
UL LI UL LI UL LI {list-style-image: url(dot_blue.png) }


