h1 {
	color:blue; 
	font-weight: bold;
	line-height: 20px;
}

h2 {
	line-height: 10px;
	color:blue;
}

p {
	color:black;
}

.actor1 {
	font-weight: bold; 
	color:green;
}

.actor2 {
	font-weight: bold; 
	color:red;

}

.actor3 {
	font-weight: bold; 
	color:orange;
}

.actor4 {
	font-weight: bold; 
	color:brown;
}

.actor5 {
	font-weight: bold; 
	color:purple;
}

.actor6 {
	font-weight: bold; 
	color:gray;
}
