body, pre, a
{
	font-family: helvetica, arial, tahoma, sans-serif;
	text-decoration: none;
	color: #333333;
}


h1
{
	font-weight: bold;
	color: rgb(27, 113, 150);
}

h2, th
{
	font-weight: bold;
	color: rgb(41, 171, 226);
}

table
{
	min-width: 50%;
}

ul
{
	padding: 0;
}
li
{
	list-style: none;
}

table td
	, li
{
	padding: 5px;
	padding-right: 15px;
	padding-left: 15px;
}

section
{
	padding-top: 25px;
	padding-bottom: 25px;
}
button
	, input
	, select
{
	padding: 5px;
	margin: 10px;
}

button
{
	font-size: large;
}
