body {
	margin:10px; border: solid white 0px;
}

body, td {
	font-family: Tahoma, Arial, Helbetica, Sans-serif;
	font-size: 10pt;
	color: darkblue;
}

h1 {
	color: orange;
}

a:link {
	color: blue;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: blue;
	font-weight: normal;
	text-decoration: none;
}

a:active {
	color: orange;
	text-decoration: underline;
}

a:hover {
	color:red;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helbetica, Sans-serif;
  letter-spacing: .1em;
}

