.shadowred{
	color: red;
    font-weight: 800;
    text-shadow: 2px 2px 4px red;
}
.shadowblue{
	color: blue;
    font-weight: 800;
    text-shadow: 2px 2px 4px blue;
}
.shadowgreen{
	color: green;
    font-weight: 800;
    text-shadow: 2px 2px 4px green;
}
.shadoworange{
	color: orange;
    font-weight: 800;
    text-shadow: 2px 2px 4px orange;
}