
/* Display this year's background graphic */
.content {
background-image: url(images/current.gif);
background-repeat: no-repeat;
background-position: top right;
} 

ins,ins p,ins p span {
color:#000;
text-decoration:none
}

ins a {
color:#2565AC;
}

/* Highlight the stylesheet selected in the stylemenu */
#engrossed a:link,#engrossed a:active,#engrossed a:visited {
background:#E7E7E7;
color:#95013B;
border:thin dotted #95013B
}

/* Hide the generated footnote link glyphs */
del,del p,del p a,del sup,ins sup,span.delglyph {
display:none;
visibility:hidden
}

/* Show the 'real' footnote link glyphs */
sup.fm, .footnotes sup {
display: inline;
visibility:visible;
font-family:"Georgia", "Times New Roman", serif;
}

div.citations .note {
display:none;
visibility:hidden
}


/* Hide start and end glyphs */
p.start-glyph, ins p.start-glyph, del p.start-glyph  {
display:none;
visibility:hidden
}

p.end-glyph, ins p.end-glyph, del p.end-glyph {
display:none;
visibility:hidden
}


