@charset "utf-8";
/* CSS Document */



a:hover{
color:red;
}

a:link img,
a:visited img{
border:1px solid #999999;
width:156px;
height:84px;
}

a:focus img,
a:hover img,
a:active img{
border:1px solid white;
width:156px;
height:84px;

}



