/* styles for row striping */
/* odd rows */
.oddrow {background-color: inherit
}
/* even rows */
.evenrow {background-color: #eef
}

/* used to demonstrate a style applied to a row */
.weirdText {font-style : italic;
	background-color: #ffa}
/* used to change numbering in indented list */
ol ol {list-style-type: lower-alpha}
