﻿.red {
	color: red;
}

.blink {
	text-decoration: blink;
}

.bold {
	font-weight: bold;
}

.whiteBg {
	background: white;
}

.center {
	margin: auto;
}