p.right {
  text-align: right;
}
	
p.center {
  text-align: center;
} 

p.important {
  font-weight: bold;
  padding: 5px;
  border: 1px solid #eee;	
}

p.detail {
  font-style: italic;	
}