/* CSS Document */

table.full-height {
  height:100%;
  width:100%;
}
body {
	background-image: url(images/back.jpg);
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; }
html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    height:99%;
}

a:link {
	color: #cccccc;
	text-decoration: none;
}
a:visited {
	color: #cccccc;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}
a:active {
	color: #cccccc;
	text-decoration: none;
}

.b:link {
	color: #000000;
	text-decoration: none;
}
.b:visited {text-decoration: none;color: #000000;}
.b:hover {
	background-color: #ff6600;
	text-transform: none;
}
.b:active {text-decoration: none;color: #000000;}