a {

	text-decoration: none;
	color: #0000FF;
	
}

a:hover {

	text-decoration: underline;

}

* {

	margin: 0px;
	padding: 0px;
	
}

body {
	
	font-size: 16px;
	font-family: arial, sans-serif;

}

table {
	
	font-size: 85%;
	margin-bottom: 1.4em;
	border-top: 0.1em solid #ddd;
	border-left: 0.1em solid #ddd;
	border-collapse: collapse;
	
}

th,td {

	height: 1em;
	padding: 0.4em 0.6em;
	border-bottom: 0.1em solid #ddd;
	border-right: 0.1em solid #ddd;
	
}

form {

	margin: 0px;

}

