.custom_red {
	color: red;
}

.custom_blue {
	color: blue;
}

.custome_frame {
	border: solid red 1px;
	background-color: black;
	color: white;
}