﻿.button {
	font-family: "Microsoft Sans Serif";
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

}
a:hover {
	font-family: "Book Antiqua";
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: blink;

}

