@charset "utf-8";

div.links p {
margin:3px 0;
float:left;
width:30%;
}

div.news p {margin:2px 0;}

div.links a.banner {
background:url(/img/loading.gif) center center no-repeat;
display:block;
height:40px;
width:200px;
line-height:40px;
text-align:center;
}

div.links a.banner img {
height:40px;
width:200px;
}

div.links a.nobanner {
display:block;
color:#404040;
width:198px;
height:38px;
line-height:38px;
border:1px dashed #666;
text-align:center;
}

div.links a.nobanner:hover,div.links a.nobanner:focus {
background-color:#666;
color:#fff;
text-decoration:none;
border:1px dashed #999;
}

div.links div {margin-top:4px;}
