body { 	color: Yellow
	; background-color: Teal
}

body.cv {font-family: Tahoma,sans-serif}
H1 {color: Maroon
	; background-color: transparent
	; text-align:center
}
h1.cv {text-align:center}
h2.cv {text-align:center
	; color:Red
	; background-color: transparent
}

.name {color: red
	; background-color: transparent
}

UL.home {list-style-type: circle}
UL.secondary {list-style-type: square  }
UL.tertiary {list-style-type: disc  }

hr.cv {width: 60%
	; color: green
	; background-color: transparent
}

blockquote {font-style: italic
	; color: Navy
	; background-color: transparent
}
p.narrative {font-family: cursive}
p.image {text-align: center }
p.credit {font-size:smaller}

table.cvtable {border-style: ridge}
tr.empty {border-color:Maroon ; border-style: inset; height: 4em}
tr.liftout {color:Purple
	; background-color: transparent
}
td.red {color:Red
	; background-color: transparent
}

br {clear: left}

img {padding-left: 5%;padding-right: 5%}
