body
{
font-family:verdana;
font-size:12px;
color:white;
background-attachment:fixed;
background-repeat: no-repeat;

background-color: #023311;
}
A:link {text-decoration: none; color: orange;}
A:visited {text-decoration: none; color: #8A3324;}
A:active {text-decoration: none; color: orange;}
A:hover {text-decoration: underline overline; color: red;}
table.sample {
	font-family:verdana;
  font-size:11px;
  text-algin: center;
	border-width: 2px 2px 2px 2px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: red red red red;
	border-collapse: collapse;
	background-color: blank;
	margin: auto;
}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: green green green green;
	background-color: black;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 3px 1px 3px;
	border-style: inset inset inset inset;
	border-color: green green green green;
	background-color: black;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.big th {
	border-width: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
	border-style: inset inset inset inset;
	border-color: green green green green;
	background-color: black;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.big td {
	border-width: 2px 2px 2px 2px;
	padding: 2px 4px 2px 4px;
	border-style: inset inset inset inset;
	border-color: green green green green;
	background-color: black;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.big1 th {
	border-width: 4px 4px 4px 4px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: green green green green;
	background-color: black;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.big1 td {
	border-width: 4px 4px 4px 4px;
	padding: 5px 7px 5px 7px;
	border-style: inset inset inset inset;
	border-color: green green green green;
	background-color: black;
	-moz-border-radius: 0px 0px 0px 0px;
}
#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}

