body {
  background-color: #FFFFFF; 
  background-image: none; 
}

h2 { 
  color: #800080;
  font-style: italic
}

h3 { 
  color: #800080;
  font-style: italic
}

.copyright {  
  color: #FF0000; 
  size: 3;
  font-style: italic;
  text-align: center;
}

.part {  
  color: #0000ff; 
  font-weight: bold
}

.reverse {
  background-color: #CCCCFF  
}

th {
  background-color: yellow;
  color: navy;  
}

.list-row-odd {
	background-color: #FFFFFF 
}

.list-row-even {
	background-color: #CCCCFF 
}