@charset "utf-8";
/* CSS Document */



a:hover{
color:red;
}

a:link img,
a:visited img{
border:1px solid black;
width:156px;
height:84px;
}

a:focus img,
a:hover img,
a:active img{
border:1px solid white;
width:156px;
height:84px;

}


.text1{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#000000;
font-weight:bold;

}
html {
scrollbar-face-color: #000000;
scrollbar-shadow-color: #999999;
scrollbar-highlight-color: #999999;
scrollbar-3dlight-color: #999999;
scrollbar-darkshadow-color: #999999;
scrollbar-track-color: #999999;
scrollbar-arrow-color: #999999;}
