.buttons {
	background-color: #FFCCFF;
	border: medium double #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
}
.button2 {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #000000;
	background-color: #FF9999;
	border: thin double #000000;
}

a:hover {color:red}a {
	text-decoration: none;
	color: #000000;
}
.names {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: large;
	font-style: italic;
}
.sm {
	font-size: xx-small;
}
