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

.footer {
	font-family: "Trebuchet MS", sans-serif;
	text-decoration: underline;
	color: yellow;
	font-size: 10px;
}

a {
	font-family: "Trebuchet MS", sans-serif;
	text-decoration: underline;
	color: yellow;
}
a:link {
	font-family: "Trebuchet MS", sans-serif;
	text-decoration: underline;
	color: yellow;
}
a:active {
	font-family: "Trebuchet MS", sans-serif;
	text-decoration: underline;
	color: #bcb128;
}
a:visited {
	font-family: "Trebuchet MS", sans-serif;
	text-decoration: underline;
	color: yellow;
}
a:hover {
	font-family: "Trebuchet MS", sans-serif;
	text-decoration: none;
	color: #bcb128;
}

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

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

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

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

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

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

h2 {
	text-decoration: underline;
}

h3 {
	text-decoration: none;
	margin: 5px;
	padding: 5px;
	background-color: #888888;
}

h6 {
	text-decoration: none;
	background-color: #444444;
}

pre {
	margin: 20px;
}

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

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