.menu { border-top: 1px dashed white;
border-bottom: 1px dashed white; }
.menu a { border-left: 1px dashed white; border-right: 1px dashed white;
color: white;
text-decoration: none;
font-style: italics;
font-size: 14px;
}
.menu a:hover { border-left: 1px dashed yellow; border-right: 1px dashed yellow;
text-decoration: none;
color: yellow;
font-style: normal;
font-size: 14px;
}
body { background-color: rgb(0, 0, 0);
background-repeat: repeat-y;
background-image: url(pictures/sheen.png);
}
table { width: 569px;
font-family: Trebuchet MS, Verdana Helvetica;
background-image: url(pictures/button/bar_300w.png);
background-repeat: repeat-x;
padding-top: 20px;
color: rgb(70,70,70);
border: 1px solid gray;
background-color: white;
font-size: 14px;
}
#ad img{
width: 300px;
height: 250px;
bottom: -1px;
right: -1px;
position: fixed;
border: 1px solid white;
z-index: 0;
}
#ad img:hover{
width: 300px;
height: 250px;
bottom: -1px;
right: -1px;
position: fixed;
border: 1px solid white;
z-index: 1; }
table {
z-index: 100; }
img {
border: 0px; }
a {
color: blue;
text-decoration: none; }
a:hover {
color: black;
text-decoration: none; }
#img {
border: 2px yellow solid; }

#img:hover {
border: 2px white solid; }