
.text  {
	color: black;
	font-size: 16px;
	font-family: "Times New Roman", Georgia, Times, serif;
}

.left  {
	color: black;
	font-size: 16px;
	font-family: "Times New Roman", Georgia, Times, serif;
	text-align: left;
}

.right  {
	color: black;
	font-size: 16px;
	font-family: "Times New Roman", Georgia, Times, serif;
	text-align: right;
}

.copy  {
	color: gray;
	font-weight: bold;
	font-size: 10px;
	font-family: "Times New Roman", Georgia, Times, serif;
}

a {
	text-decoration: none;
}

a:hover {
	color: red;
}