body {
	margin: 0px;
	padding: 0px;
	background-color: lightblue;
}

a {
	font-family: "Trebuchet MS", sans-serif;
	text-decoration: none;
	color: blue;
}
a:link {
	font-family: "Trebuchet MS", sans-serif;
	text-decoration: none;
	color: blue;
}
a:active {
	font-family: "Trebuchet MS", sans-serif;
	text-decoration: none;
	color: red;
}
a:visited {
	font-family: "Trebuchet MS", sans-serif;
	text-decoration: none;
	color: blue;
}
a:hover {
	font-family: "Trebuchet MS", sans-serif;
	text-decoration: underline;
	color: navy;
}

p {
	font-family: "Trebuchet MS", sans-serif;
	color: #000000;
	margin-left: 40px;
}

div#list {
	margin: 0px;
	padding: 10px;
	background-color: lightblue;
}

ol {
	font-family: "Trebuchet MS", sans-serif;
	color: #000000;
}

li {
	font-family: "Trebuchet MS", sans-serif;
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: sans-serif;
	color: #000000;
	margin-left: 25px;
}

h1 {
	text-decoration: none;
	margin: 0px;
	padding: 10px;
	color: #333333;
	background-color: lightblue;
}

h2 {
	text-decoration: underline;
}

pre {
	margin: 20px;
}

td {
	font-family: "Tahoma", sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	padding: 2px;
}

div.my_table {
	padding-left: 20px;
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
	background-color: #ffffff;
}