/* CSS Document */



a {
text-decoration: none;
}
a:hover {
background: none;
}
a span {
display: none;
}
a:hover span {
display: inline;
position: absolute;
top: 400px;
left: 100px;
width: 200px;
height: 50px;
background: "images/prchbgd.jpg";
text-align: center;
color: red;

font: italic small-caps 900 14px arial

}


