/* 
    Document   : publications
    Created on : 26-Dec-2013, 4:38:33 PM
    Author     : OWNER
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

body{
    background-image: url(ribbbon.jpg);
    background-repeat: repeat;
    background-size: 20%;
}

a{
    color: inherit; 
}

#loadedlist{
    display: none;
}

#maintext{
    margin: 5%;
    font-size: 100%;
    text-align: left;
}

#lookmeup{
    color: fuchsia;
    font-size: 120%
}

#covers img{
    max-height: 200px;  
}

.authors .me{ 
    font-weight: bold;
    text-decoration: underline; 
}

.journal{
    font-style: italic;
}

.volume{
    font-weight: bold;
}

.pdf{
    font-size: 80%;
    color: red;
}

.pubmed{
    font-size: 80%;
    color: blue;
}

.other{
    font-size: 80%;
    color: greenyellow;
}

.meeting .society{
    font-size: 120%;
    font-weight: bold; 
}

#talklist .symposium{
    font-style: italic;
}


