

A.link {
text-decoration : none;
color : white;
font-size : 16pt;
}

A:visited {
text-decoration : none;
color : black;
font-size : 16pt;
}
A:active {
text-decoration : none;
color : black;
font-size : 16pt;
}
A:hover {
text-decoration : underline;
color : white;
font-size : 16pt;
cursor : target;
}

A.image:visited {
text-decoration : none;
color : black;
font-size : 14pt;
}
A.topmenu:link {
text-decoration : none;
color : white;
font-size : 16pt;

}
A.topmenu:visited {
text-decoration : none;
color : white;
font-size : 16pt;
}
A.topmenu:active {
text-decoration : none;
color : white;
font-size : 16pt;
}
A.topmenu:hover {
color : silver;
font-size : 16pt;
}

TD.topmenu {
text-align : center;
vertical-align : middle;
color : white;
background-color : purple;
width : 120;
height : 37;

}

A.boxing:link {
text-decoration : none;
color : white;
font-size : 16pt;

}
A.boxing:visited {
text-decoration : none;
color : white;
font-size : 16pt;
}
A.boxing:active {
text-decoration : none;
color : white;
font-size : 16pt;
}
A.boxing:hover {
color : silver;
font-size : 16pt;
text-decoration : underline;
}


TD.topmenubutton {
text-align : center;
vertical-align : middle;
color : white;
background-color : black;
width : 119;
height : 34;

}

}
TABLE.topmenu TD:hover {
background-color: black;
}

}
TABLE.gallery TD:hover {
background-color: purple;
}



TD.weekmenu {
text-align : center;
vertical-align : middle;
color : black;
background-color : purple;
height : 35;
font-size : 16pt;
}

.thumbnail {
position : relative;
z-index : 0;
}
.thumbnail:hover {
background-color : transparent;
z-index : 50;
cursor : hand;
}
.thumbnail span {
position : absolute;
background-color : transparent;
padding : 1;
left : -1000px;
border : transparent;
visibility : hidden;
color : black;
text-decoration : none;
width : 125px;
text-align : center;
font-size : 10pt;
}
.thumbnail span img {
border-width : 0;
padding : 2;
width : 200px;
cursor : default;
}
.thumbnail:hover span {
visibility : visible;
position : absolute;
top : 30px;
left : -75px;
z-index : 500
}


img.watermark {
position : absolute;
bottom : 30px;
right : 30px;
}
