/* Additional styling for xsl-fo specific markukp
Author: Dave Pawson.
Date: 2011-04-15T11:39:56Z
Revision 1.0

*/

a.property { 
font-style: normal;
border-bottom: 1px dotted #ccc; ;
text-decoration: none;
color: black;
 }

a.el, a.function { 
font-style: normal;
border-bottom: 2px dotted #ccc; ;
color: black;
text-decoration: none;
 }

/* Styling for issues in 2.0 needing resolution */

.issues20 { 
background-color: yellow;
 }


/*Styling for items moved from Design notes to WD*/

.added20{ 
background-color: yellow;

 }