.publinks{
    display: block;
} 


.ptitle:before {      }
.ptitle:after {
    content: '.';
}
     
.pub {
    color:gray
}
  
.ptitle {
    text-transform: capitalize;
    color: black
}

.gec {
     text-decoration : underline;
} 


.publinks{
    font-size: small;
    /* WinIE dosn't like this nowrap */
    /*white-space: nowrap;*/
    }
    
    
/* Dosn't work on WinIE!? */    
.year {
    font-size:small; 
    float:right; 
    margin: -0px -4em -0px 0; 

    }    