



html, body {
	/* width: 100%;
	height: 100%; */ }

body, table, tr, td, h1, h2, h3, h4, h5, h6 {

	margin: 0;
	border-spacing: 0;
 	border-collapse: collapse; 
	border-style: none;
	padding: 0;
	empty-cells: show;
	vertical-align: top;
	color: #99F;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal; }

body {
	background-color: #339; }




a:link {
	background-color: transparent;
	color: #99F; 
	text-decoration: underline; }

a:visited {
	background-color: transparent;
	color: #99F;
	text-decoration: underline; }

a:hover	{
	background-color: #99F;
	color: #FFF;
	text-decoration: none; }

a:active { 
	background-color: transparent;
	color: #99F;
	text-decoration: underline; }





h1, h2 {
	color: #FFF;
	text-transform: uppercase; }




.box {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #44A;
	padding: 12px 12px 14px 12px; }

.box:hover {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #66C;
	padding: 12px 12px 14px 12px; }




.clearlink a:link {
	opacity: .2;
	filter: alpha(opacity=20);
	background-color: transparent;
	color: #FFF;
	text-decoration: none; }

.clearlink a:visited {
	opacity: .2;
	filter: alpha(opacity=20);
	background-color: transparent;
	color: #FFF;
	text-decoration: none; }

.clearlink a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	background-color: transparent;
	color: #FFF;
	text-decoration: none; }

.clearlink a:active {
	opacity: .2;
	filter: alpha(opacity=20);
	background-color: transparent;
	color: #FFF;
	text-decoration: none; }







