table.sample {
	border-width: 1px;
	border-spacing: 2px;
	border-style: solid;
	border-color: #00ff00;
	background-color: #004400;
	border-collapse: collapse;
}
table.sample th {
	border-width: 1px;
	padding: 4px;
	background-color: #004400;
	border-style: solid;
	border-color: #00ff00;
}
table.sample td {
	border-width: 1px;
	padding: 4px;
	background-color: #004400;
	border-style: solid;
	border-color: #00ff00;
}
h1 {
font-size: small;
color: #00ff00;
text-weight: bold;
font-family: Courier New,Courier;
}
body {
background-color: #000000;
font-family: Courier New,Courier;
font-size: x-small;
color: #00ff00;
text-decoration: none;
}
a:link {
font-family: Courier New,Courier;
font-size: x-small;
font-weight: bold;
color: #00ff00;
text-decoration: none;
}
a:visited {
font-family: Courier New,Courier;
font-size: x-small;
font-weight: bold;
color: #00ff00;
text-decoration: none;
}
a:hover {
font-family: Courier New,Courier;
font-size: x-small;
font-weight: bold;
color: #00ff00;
text-decoration: underline;
}
a:active {
font-family: Courier New,Courier;
font-size: x-small;
color: #00ff00;
text-decoration: none;
}

