.buttons {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #800080;
}
body {
	background-image: url(/img/roses9.jpg);
	background-repeat: repeat;
}
.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #800080;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
.border {
	border: 2px solid #800080;
}

