body, html
{
	height: 100%;
	margin: 0;
	padding: 10px;
	font-size: 100%;
}

img
{
	max-width: 100%;
	border: 0px;
}

a
{
	color: #1D70B7;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
	color: #E84E1B;
}

button
{
	cursor: pointer;
}
