#intro {
    color: #B83C3A;
}
.standout {
    color: #F7AC5F;
    font-family: Verdana;
}
 .pizza {
    font-family: Chiller;
}
body {
	color: blue;
}
a{
	text-decoration: none;
	color: red;
}
a:hover {
	color: green;
}