/* CSS Document for Retro Rooms */

#pup {
    position                : absolute;
    width                   : 350px;
    padding                 : 5px;
    margin                  : 25px 0 0 -175px;
    font-size               : 11pt;
    color                   : #fff;
    background-image        : url(../images/TableBackground2-full.png);
    font-family             : Arial;
    font-weight             : bold;
    text-align              : left;
    border                  : 2px solid #003399;
    z-index                 : 200; /* aaaalways on top*/
	text-shadow				: #000000 0px 1px 2px;
}

a{
color:#7aeb7a;
}

a:hover{
text-decoration:underline overline;
}