body{
	color: red;
}
p{
	color: blue;
}

a{
	color: yellow;
}
#headline{
	color: gray;
}

.main{
	color: orange;
}