@media screen {
	body {
		margin: 0px;
		background-repeat: no-repeat;
		background-position: center center;
	}
	td {
		font-family: arial;
		font-size: 12px;
	}
	a {
		font-weight: bold;
		text-decoration: none;
	}
	a:hover {
		font-weight: bold;
		text-decoration: underline;
	}
	.button {
		border: 1px solid #48489A;
	}
}
