﻿#linklist
{
    display:block;
    width:960px;
    margin:0 auto;
    text-align:center;
}
#linklist>ul>li
{
    display:inline-block;
    width:186px;
    height:305px;
    overflow:hidden;
    background-color:#fff;
    border:1px solid #d7d7d7;
    margin:2px;
    float:right;
}
#linklist .title
{
    color:#fff;
    background-color:#020f42;
    padding:3px 0;
}
#linklist a
{
    text-decoration:none;
    color:#000;
    font:12px/140% Tahoma;
    display:block;
    text-align:center;
}
#linklist a:hover
{
    color:#BD0000;
    text-shadow:0 1px 1px #000;
}