body, table, tr, td { 
	font: 14px Verdana, Helvetica;
	color: black;
	background: white;
}

* {
	font-size: 1em;
}

h1 {
	font-weight: bold;
	font-size: 4em;
}

h2 {
	font-size: 2em;
}

a:link, a:visited {
	text-decoration: none;
	}

a:hover {
	color: darkred;
}

