﻿

.linksList 
{
   background:#fff;
}

.linksList p
{
   margin:0;
}


.linksList  div 
{
     width:250px;
     float:left; 
     border-bottom:1px dashed #ccc;  
     padding:0 0 0px 0;
     margin-right:30px;
     margin-bottom:20px;
     padding-bottom:10px;
     height:65px;
     overflow:hidden;

}
 

.linksList h1 
{
    color:#999;
    padding:0;
    margin:0;
    font-size:11px;   
}

.linksList h2 
{
    font-family:Arial;
    font-size:13px;
    font-weight:bold;
    color:#7BA622;
    margin:8px 0 10px 0;
    clear:both;
    padding-bottom:4px;

}



.linksList h1  a
{
   color:#0C0B44;
}

.linksList h1  a:hover
{
    color:#0C0B44;
    text-decoration:underline;
}



