h1, h2, h3
{
    color: #68003b;
}
#header
{
    border-bottom:4px solid #68003b;
}
#menu .research
{
    height:40px;        
}
.button
{
    background-color:#68003b;
}
p a.button
{
    background-color: #68003b;
}

.pub_header
{
 width:100%;
 margin-top:20px;
 display:block;
 font-family: Arial,Helvetica,sans-serif;
}
.pub_title
{
 font-weight:normal;
 font-size:12pt;
 margin-bottom:2px;
}
.pub_book
{
 margin-bottom:5px;
}
.pub_authors
{
 font-style:italic;
 margin-bottom:5px; 
}
.show_citations
{
    background-color: #68003b; 
    width:100px;
    margin-top:5px;
    cursor:pointer;
}
    .show_citations a
    {
        color:white;
    }
.cit_title
{
 font-size: 10px;
 font-weight: bold;
 margin:0;
}
.cit_author
{
 font-size: 10px;
 font-style:italic;
 margin:0;
}
.cit_type
{
 font-size: 9px;
 margin:0;
 margin-bottom:10px;
}
.citations
{
 display:block;
 margin-left:80px;
}
.citations_off
{
 visibility: hidden;
 height: 0;
 overflow:hidden;
}
.citations a
{
 text-decoration:none;
 color: black;
}
.citations a:hover
{
 text-decoration:underline;
 color: black;
}